Model Context Protocol servers
@udaysy007
About Model Context Protocol servers
Model Context Protocol Servers - A collection of reference implementations for the Model Context Protocol (MCP)
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"servers-udaysy007": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-memory"
]
}
}
}Tools
9Create multiple new entities in the knowledge graph
Create multiple new relations between entities in the knowledge graph. Relations should be in active voice
Add new observations to existing entities in the knowledge graph
Delete multiple entities and their associated relations from the knowledge graph
Delete specific observations from entities in the knowledge graph
Delete multiple relations from the knowledge graph
Read the entire knowledge graph
Search for nodes in the knowledge graph based on a query
Open specific nodes in the knowledge graph by their names
Overview
What is Model Context Protocol servers?
Model Context Protocol servers is a repository of reference implementations for the Model Context Protocol (MCP), along with references to community-built servers and additional resources. It showcases how MCP can give Large Language Models (LLMs) secure, controlled access to tools and data sources, with each server implemented using either the TypeScript MCP SDK or Python MCP SDK.
How to use Model Context Protocol servers?
The repository provides a collection of ready-to-use MCP servers that can be integrated with any MCP client. Each server is contained in its own directory with its own setup instructions. You select and configure the server(s) that match your use case, then run them alongside your MCP-compatible LLM application.
Key features of Model Context Protocol servers
- Collection of reference MCP servers for diverse services and data sources
- Official third‑party integrations maintained by companies like Apify, Cloudflare, and Stripe
- Community‑developed servers covering a wide range of domains
- Servers implemented in TypeScript or Python using official MCP SDKs
- Lists maintained in alphabetical order to minimize merge conflicts
Use cases of Model Context Protocol servers
- Give an LLM secure access to web search, file systems, and databases
- Enable LLMs to interact with APIs like GitHub, Slack, and Google Maps
- Provide LLMs with memory, browser automation, and code execution capabilities
- Allow LLMs to query and analyze logs, metrics, and crash reports
- Build custom workflows by combining multiple MCP servers
FAQ from Model Context Protocol servers
What are reference servers?
Reference servers are implementations included in the repository to demonstrate MCP features and the TypeScript and Python SDKs. Examples include servers for Brave Search, Filesystem, Git, PostgreSQL, and Puppeteer.
Are community servers tested?
No, community servers are listed as untested and should be used at your own risk. They are not affiliated with or endorsed by Anthropic.
What SDKs are used to implement the servers?
Each MCP server is implemented with either the TypeScript MCP SDK or the Python MCP SDK.
How are the lists of servers maintained?
The lists in this README are maintained in alphabetical order to minimize merge conflicts when adding new items.
Where can I find official third‑party integrations?
Official integrations are maintained by companies building production‑ready MCP servers for their platforms. They are listed in the README with their logos and links, including services like Axiom, Cloudflare, Grafana, and Stripe.
Frequently asked questions
What are reference servers?
Reference servers are implementations included in the repository to demonstrate MCP features and the TypeScript and Python SDKs. Examples include servers for Brave Search, Filesystem, Git, PostgreSQL, and Puppeteer.
Are community servers tested?
No, community servers are listed as untested and should be used at your own risk. They are not affiliated with or endorsed by Anthropic.
What SDKs are used to implement the servers?
Each MCP server is implemented with either the TypeScript MCP SDK or the Python MCP SDK.
How are the lists of servers maintained?
The lists in this README are maintained in alphabetical order to minimize merge conflicts when adding new items.
Where can I find official third‑party integrations?
Official integrations are maintained by companies building production‑ready MCP servers for their platforms. They are listed in the README with their logos and links, including services like Axiom, Cloudflare, Grafana, and Stripe.
Basic information
More Other MCP servers
Blender
ahujasidOpen-source MCP to use Blender with any LLM
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Comments