mcp-server-singlestore
github-mcp-server
mcp-server-singlestore | github-mcp-server | |
---|---|---|
4 | 22 | |
26 | 21,952 | |
- | 12.9% | |
9.2 | 9.7 | |
12 days ago | 3 days ago | |
Python | Go | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
mcp-server-singlestore
-
A Hands-On Guide to Model Context Protocol (MCP)!
Clone the GitHub Repository: The SingleStore MCP server is open source and available on GitHub. The repository includes an installer and the MCP server code, enabling seamless integration.
-
Model Context Protocol (MCP): 8 MCP Servers Every Developer Should Try!
Get SingleStore MCP Server.
-
Testing SingleStore's MCP Server
Model Context Protocol (MCP) appears to be gaining traction since its release in 2024. SingleStore recently released an official MCP Server and this article will show how to install, configure and run this from the CLI using a freely available tool called MCPHost.
-
Model Context Protocol (MCP) 101: A Hands-On Beginner's Guide!
git clone https://github.com/singlestore-labs/mcp-server-singlestore.git cd mcp-server-singlestore # Install dependencies pip install -e .
github-mcp-server
-
GitHub MCP Server Deep Dive and Context Engineering
GitHub's official MCP Server: github/github-mcp-server
-
How Claude Code Agents and MCPs Work Better Together 👯
4. The GitHub MCP
-
Supercharge Your Development Workflow with MCP GitHub Integration
Option 1: GitHub's Official MCP Server (Recommended) GitHub has released their official MCP server which is currently in public preview.
-
Immich – Cursed Knowledge
There are MCP Servers that give access to git repo information to any LLM supporting MCP Servers.
For example:
>The GitHub MCP Server connects AI tools directly to GitHub's platform. This gives AI agents, assistants, and chatbots the ability to read repositories and code files, manage issues and PRs, analyze code, and automate workflows. All through natural language interactions.
source: https://github.com/github/github-mcp-server
-
Lessons Learned from Building an MCP Client
Definition of each available tool with a description of what it does, description of each argument, and other relevant information. As an example, this is a snippet that will be sent to the model in case we are using GitHub's MCP server. Emphasis on the part that this is a snippet; the tool definition goes on and on.
-
The 10 Best Context Engineering Open Source Projects in 2025
Owner: GitHub (by Anthropic) Stars: 17.1k | Forks: 1.3k GitHub: github-mcp-server
- From Unknown to Verified: Solving the MCP Server Trust Problem
-
Self-Hosted GitHub MCP Server for VS Code Copilot
I built (upon https://github.com/github/github-mcp-server/) a MCP (Model Context Protocol) server that integrates with VS Code's Copilot in Agent mode using SSE and GitHub APIs.
No client-side setup required — just add a .vscode/mcp.json config pointing to the server.
instructions: http://13.39.253.143
-
GitHub's MCP Server: You Can Now Talk to Your Repos
GitHub has released a new open-source Model Context Protocol (MCP) server as part of its latest GitHub Copilot update . Announced in April 2025, the release marks GitHub’s first implementation of the MCP standard developed by Anthropic. The new server is a complete rewrite in Go, preserving “100% of the old server’s functionality” while adding improvements like customizable tool descriptions, integrated code scanning, and a new get_me function for natural language queries e.g. “show me my private repos”.
-
Show HN: Representing Agents as MCP Servers
- workflows/{WorkflowName}/cancel – Terminate workflow
We’ve also implemented Temporal for durable execution [6], so agent workflows can be paused, resumed and retried in production settings.
This demo [7] shows Claude invoking an MCP agent server, running workflows when appropriate, and polling for status. It basically shows agentic behavior on both the MCP client and MCP server side.
We're excited about the potential this unlocks—especially as more applications become MCP-compatible clients. We'd love your feedback and ideas!
[1] - https://news.ycombinator.com/item?id=42867050
[2] - https://github.com/lastmile-ai/mcp-agent
[3] - https://www.anthropic.com/research/building-effective-agents
[4] - https://github.com/github/github-mcp-server
[5] - https://github.com/lastmile-ai/mcp-agent/tree/main/examples/...
[6] - https://github.com/lastmile-ai/mcp-agent/tree/main/examples/...
[7] - https://github.com/user-attachments/assets/f651af86-222d-4df... [DEMO]
What are some alternatives?
mcphost - A CLI host application that enables Large Language Models (LLMs) to interact with external tools through the Model Context Protocol (MCP).
mcp-link - Convert Any OpenAPI V3 API to MCP Server
mcp-servers - Model Context Protocol Servers
Unla - đź§© MCP Gateway - A lightweight gateway service that instantly transforms existing MCP Servers and APIs into MCP servers with zero code changes. Features Docker deployment and management UI, requiring no infrastructure modifications.
duckduckgo-mcp-server - A Model Context Protocol (MCP) server that provides web search capabilities through DuckDuckGo, with additional features for content fetching and parsing.