ppenumatsa1/mcp-server-local
This repo provides a local MCP (Mediated Chat/Tool) server that wraps a FastAPI customer API and exposes tools/resources over the stdio protocol for local integrations (for example, Claude Desktop)
Platform-specific configuration:
{
"mcpServers": {
"mcp-server-local": {
"command": "npx",
"args": [
"-y",
"mcp-server-local"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...