Model Context Protocol servers
@w-jeon
关于 Model Context Protocol servers
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp-servers-w-jeon": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-memory"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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.
其他 分类下的更多 MCP 服务器
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
Nginx UI
0xJackyYet another WebUI for Nginx
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
评论