Servers
MCP Base
@josharsh
Boilerplate using one of the 'better' ways to build MCP Servers. Written using FastMCP
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-server-boilerplate": {
"command": "python",
"args": [
"main.py",
"--transport=stdio"
]
}
}
}