-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
We want to make it easy for someone to add MCPs without faffing around and making a yaml file.
Let's say I find an MCP I want to use on @punkpeye's glama.ai, like for biomart:
https://glama.ai/mcp/servers/@jzinno/biomart-mcp
I want to do an immediate query like this
metacoder -c claude "what are the coordinates of tp53" -e glama.ai:jzinno/biomart-mcp
(exact slug string tbd)
right now it's more tedious, I or an AI need to navigate to the page find this
{
"mcpServers": {
"Biomart": {
"command": "uv",
"args": [
"run",
"--with",
"mcp[cli]",
"--with",
"pybiomart",
"mcp",
"run",
"/your/path/to/biomart-mcp.py"
]
}
}
}
and convert to the yaml format metacoder uses...
In theory metacoder should be able to get the metadata that includes the uv run
command from the page
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jzinno/biomart-mcp'
But this doesn't seem to be included yet...
Metadata
Metadata
Assignees
Labels
No labels