MCP Server
@anishgowda21
关于 MCP Server
(STDIO) Model Context Protocol (MCP) servers designed for local execution
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"file-system": {
"command": "node",
"args": [
"/ABSOLUTE PATH/mcp-local-servers/mcp-filesystem/dist/index.js",
"/Allowed dir absloute path"
]
},
"cmd-exec": {
"command": "node",
"args": [
"/ABSOLUTE PATH/mcp-local-servers/mcp-cmd-exec/dist/index.js",
"/Allowed dir absloute path"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is MCP Server?
A collection of simple Model Context Protocol (MCP) servers for local execution, including mcp-filesystem and mcp-cmd-exec, designed to integrate with the Claude Desktop App.
How to use MCP Server?
Requires Node v18 or higher and Claude Desktop. Clone the repository, navigate to a server directory, run npm run build, then edit the Claude config file to point to the built server's index.js and allowed directory paths.
Key features of MCP Server
- Enables local file read/write operations via mcp-filesystem.
- Executes shell commands securely via mcp-cmd-exec.
- Includes an SSE server for simple fetch and echo.
- Includes a weather server for fetching weather data via APIs.
- Provides a low-power Claude Code without needing an API key.
Use cases of MCP Server
- Managing local files through Claude Desktop App.
- Running shell commands in pre-approved directories.
- Experimenting with or extending MCP servers for local tooling.
- Building projects entirely using Claude Desktop (as demonstrated).
FAQ from MCP Server
What are the system requirements?
Node v18 or higher and Claude Desktop installed.
How do I configure Claude to use these servers?
Edit the Claude config file with entries for each server, specifying the command "node" and absolute paths to the built index.js and allowed directories.
What security measures are in place?
The mcp-cmd-exec server executes commands only in pre-approved directories with security constraints.
Can I use these servers without an API key?
Yes, these servers are designed for local execution and can be used with Claude Desktop App without an API key.
What transport protocol is used?
The servers communicate via the Model Context Protocol (MCP); the mcp-sse server uses SSE (Server-Sent Events).
其他 分类下的更多 MCP 服务器
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Awesome Mlops
visengerA curated list of references for MLOps
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
评论