Model Context Protocol servers
@ShaikAbdulSalam02
Model Context Protocol servers について
概要はまだありません
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"servers-mcp": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-memory"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Model Context Protocol servers?
This repository is a collection 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. Each server is implemented with either the TypeScript MCP SDK or the Python MCP SDK.
How to use Model Context Protocol servers?
Clone the repository and refer to each server’s directory (e.g., src/) for individual setup and configuration instructions. The servers are designed to be run independently, typically requiring Node.js or Python, and appropriate API keys or local service connections.
Key features of Model Context Protocol servers
- Secure file operations with configurable access controls
- Web and local search using Brave’s Search API
- Read-only database access with schema inspection (PostgreSQL, Sqlite)
- Browser automation and web scraping via Puppeteer
- Knowledge graph–based persistent memory system
- Time and timezone conversion capabilities
Use cases of Model Context Protocol servers
- Allow AI assistants to query and interact with GitHub repositories
- Enable LLMs to fetch and convert web content for efficient processing
- Give models controlled access to local files and directories
- Integrate AI agents with Google Drive file search and retrieval
FAQ from Model Context Protocol servers
What is the Model Context Protocol?
MCP is an open protocol that standardizes how applications provide context and tools to LLMs, enabling secure, controlled interactions.
Which SDKs are used to build these servers?
The reference servers are built with the TypeScript MCP SDK or the Python MCP SDK.
How do I add a new MCP server to this collection?
The repository encourages community contributions; you can submit a pull request to add your server to the “Third-Party Servers” or “Reference Servers” sections. Follow the existing structure and alphabetical order.
Are there any runtime dependencies?
Each server may depend on Node.js or Python, plus specific SDKs and external APIs (e.g., Brave Search, PostgreSQL client). See the individual server’s README for details.
Where does data reside when using these servers?
Data storage depends on the server: the Memory server maintains a local knowledge graph, Filesystem accesses the local file system, and cloud-based servers (e.g., GitHub, Google Drive) interact with remote APIs.
「その他」の他のコンテンツ

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
🚀 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.
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
コメント