M
MCP Server
by @lreb
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.
Created 1/30/2026
Updated 25 days ago
README
Repository documentation and setup instructions
GitHub API error: 403
Quick Setup
Installation guide for this server
Install Package (if required)
npx @modelcontextprotocol/server-mcp-server
Cursor configuration (mcp.json)
{
"mcpServers": {
"lreb-mcp-server": {
"command": "npx",
"args": [
"lreb-mcp-server"
]
}
}
}