lreb/MCP-Server
The local-dev MCP server is a production-ready implementation of the Model Context Protocol that provides AI assistants like Claude with tools for local development tasks. It serves as an excellent base project for anyone looking to build their own MCP server.
Platform-specific configuration:
{
"mcpServers": {
"MCP-Server": {
"command": "npx",
"args": [
"-y",
"MCP-Server"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...