Skip to content

Commit f67c177

Browse files
committed
README: Add MCP registries and glama.json
- Added MCP registries section to README. - Added Smithery AI badge. - Added Glama AI badge. - Created glama.json file. - Added schema URL to glama.json. - Specified maintainers in glama.json. - Updated README content.
1 parent c9b58dc commit f67c177

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# BioMCP: Biomedical Model Context Protocol
22

3-
[![smithery badge](https://smithery.ai/badge/@genomoncology/biomcp)](https://smithery.ai/server/@genomoncology/biomcp)
4-
53
BioMCP is an open source (MIT License) toolkit for biomedical research AI
64
assistants and agents. Built following the Model Context Protocol (MCP),
75
it supports searching and retrieving clinical trials, pubmed articles, and
@@ -194,3 +192,11 @@ When using BioMCP, please be aware that:
194192
4. **Protected Health Information**: BioMCP does not handle or provide access to protected health information (PHI) or personally identifiable information (PII).
195193

196194
For additional information about specific data sources or usage policies, please refer to the documentation provided by each source database.
195+
196+
### MCP Registries
197+
198+
[![smithery badge](https://smithery.ai/badge/@genomoncology/biomcp)](https://smithery.ai/server/@genomoncology/biomcp)
199+
200+
<a href="https://glama.ai/mcp/servers/@genomoncology/biomcp">
201+
<img width="380" height="200" src="https://glama.ai/mcp/servers/@genomoncology/biomcp/badge" />
202+
</a>

glama.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"$schema": "https://glama.ai/mcp/schemas/server.json",
3+
"maintainers": ["imaurer", "jyeakley"]
4+
}

0 commit comments

Comments
 (0)