Model Context Protocol servers
@w-jeon
About Model Context Protocol servers
No overview available yet
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-servers-w-jeon": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-memory"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Model Context Protocol servers?
A collection of reference implementations for the Model Context Protocol (MCP), along with references to community-built servers. It demonstrates how MCP gives Large Language Models (LLMs) secure, controlled access to tools and data sources.
How to use Model Context Protocol servers?
Each reference server is implemented with either the TypeScript or Python MCP SDK. Consult the serverβs directory for specific usage instructions.
Key features of Model Context Protocol servers
- Collection of reference MCP server implementations in TypeScript and Python.
- Demonstrates secure, controlled tool and data access for LLMs.
- Includes official integrations from companies like Browserbase, Cloudflare, Neo4j, and more.
- Features a growing set of community-developed servers across various domains.
- Lists are maintained in alphabetical order to minimize merge conflicts.
Use cases of Model Context Protocol servers
- Secure file operations with configurable access controls (Filesystem server).
- Read-only database access with schema inspection (PostgreSQL server).
- Web content fetching and conversion for efficient LLM usage (Fetch server).
- Knowledge graph-based persistent memory for conversational context (Memory server).
- Browser automation and web scraping (Puppeteer server).
FAQ from Model Context Protocol servers
How are the reference servers implemented?
They are implemented with either the TypeScript MCP SDK or Python MCP SDK.
What are official integrations?
Official integrations are maintained by companies building production ready MCP servers for their platforms.
Are community servers endorsed by Anthropic?
No, community servers are untested and should be used at your own risk. They are not affiliated with or endorsed by Anthropic.
Why are lists sorted alphabetically?
Lists in this README are maintained in alphabetical order to minimize merge conflicts when adding new items.
More Other MCP servers
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
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!
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
π 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,
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Comments