We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/khromov/llmctx'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
mcp.json•330 B
{
"inputs": [
// The "inputs" section defines the inputs required for the MCP server configuration.
{
"type": "promptString"
}
],
"servers": {
// The "servers" section defines the MCP servers you want to use.
"svelte-llm": {
"command": "npx",
"args": ["mcp-remote", "http://localhost:5173/mcp/mcp"]
}
}
}