We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/PancrePal-xiaoyibao/get-biji-dev-by-gemini3pro'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
[
{
"id": "demo_group",
"name": "sam的知识库",
"description": "使用同一个 API Key 的示例知识库(方案3:分组配置)",
"config": {
"api_key": "your_api_key_here",
"api_endpoint": "https://open-api.biji.com/getnote/openapi",
"topics": [
{
"id": "kb_pancreatic_trials",
"name": "肿瘤临床试验知识库",
"description": "有关肿瘤临床试验的知识库",
"topic_id": "your_topic_id_1"
},
{
"id": "kb_patient_experience",
"name": "小胰宝病友经验信息",
"description": "小胰宝病友经验信息,包括各种指南和治疗经验",
"topic_id": "your_topic_id_2"
}
]
}
}
]