We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/IBM/ibmi-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"servers": {
"asana": {
"url": "https://mcp.asana.com/sse",
"requestInit": {
"headers": {
"Authorization": "Bearer <ASANA_API_KEY>"
}
}
},
"sequential-thinking": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-sequential-thinking"],
"env": {
"ENV_1": "<ENV_1>"
}
},
"ibmi-mcp-server": {
"url": "http://localhost:3010/mcp"
},
"ibmi-mcp-server-stdio": {
"command": "npx",
"args": ["/path/to/your/ibmi-mcp-server/dist/index.js"],
"env": {
"TOOLS_YAML_PATH": "tools",
"NODE_OPTIONS": "--no-deprecation",
"DB2i_HOST": "your-host.example.com",
"DB2i_USER": "your-username",
"DB2i_PASS": "your-password",
"DB2i_PORT": "your-port",
"MCP_TRANSPORT_TYPE": "stdio"
}
}
}
}