Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"make_mcp": {
"command": "/Users/rmbutler/.local/bin/uvx",
"args": [
"--from",
"git+https://github.com/RoryMB/Make_MCP@main",
"make_mcp"
]
},
"new_server": {
"command": "/Users/rmbutler/.local/bin/uv",
"args": [
"run",
"/Users/rmbutler/Downloads/new_server.py"
],
"env": {}
}
}
}