Mosaic Pre-Clinical Intelligence
Rank #38,950io.github.sourabhnk/mosaic-mcp
Pre-clinical drug-target intelligence: 60 curated targets, 2,687 counted partner genes, 12 tools
Mosaic Pre-Clinical Intelligence is a Model Context Protocol (MCP) server published by sourabhnk. It ranks #38,950 of 115,460 servers tracked on MCP Toplist. Mosaic Pre-Clinical Intelligence is listed on Official MCP, with 4 tracked versions. It was first listed on Jun 29, 2026 and most recently updated on Aug 12, 2026.
Ranks ahead of 76,510 of 115,460 servers on MCP Toplist.
Use Mosaic Pre-Clinical Intelligence
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add mosaic-mcp -e "DATABASE_URL=<your DATABASE_URL>" -e "MOSAIC_API_KEY=<your MOSAIC_API_KEY>" -e "MOSAIC_TIER=<your MOSAIC_TIER>" -- uvx mosaic-mcpReplace each placeholder with your own value before saving.
[mcp_servers.mosaic-mcp]
command = "uvx"
args = ["mosaic-mcp"]
[mcp_servers.mosaic-mcp.env]
DATABASE_URL = "<your DATABASE_URL>"
MOSAIC_API_KEY = "<your MOSAIC_API_KEY>"
MOSAIC_TIER = "<your MOSAIC_TIER>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mosaic-mcp": {
"command": "uvx",
"args": [
"mosaic-mcp"
],
"env": {
"DATABASE_URL": "<your DATABASE_URL>",
"MOSAIC_API_KEY": "<your MOSAIC_API_KEY>",
"MOSAIC_TIER": "<your MOSAIC_TIER>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mosaic-mcp": {
"command": "uvx",
"args": [
"mosaic-mcp"
],
"env": {
"DATABASE_URL": "<your DATABASE_URL>",
"MOSAIC_API_KEY": "<your MOSAIC_API_KEY>",
"MOSAIC_TIER": "<your MOSAIC_TIER>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"mosaic-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"mosaic-mcp"
],
"env": {
"DATABASE_URL": "<your DATABASE_URL>",
"MOSAIC_API_KEY": "<your MOSAIC_API_KEY>",
"MOSAIC_TIER": "<your MOSAIC_TIER>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mosaic-mcp": {
"command": "uvx",
"args": [
"mosaic-mcp"
],
"env": {
"DATABASE_URL": "<your DATABASE_URL>",
"MOSAIC_API_KEY": "<your MOSAIC_API_KEY>",
"MOSAIC_TIER": "<your MOSAIC_TIER>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mosaic-mcp": {
"command": "uvx",
"args": [
"mosaic-mcp"
],
"env": {
"DATABASE_URL": "<your DATABASE_URL>",
"MOSAIC_API_KEY": "<your MOSAIC_API_KEY>",
"MOSAIC_TIER": "<your MOSAIC_TIER>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.sourabhnk%2Fmosaic-mcp)<a href="https://mcptoplist.com/server/io.github.sourabhnk%2Fmosaic-mcp"><img src="https://mcptoplist.com/badge/io.github.sourabhnk%2Fmosaic-mcp.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
sourabhnk
Available versions (4)
| Version | Published |
|---|---|
| 1.7.0 | Aug 12, 2026 |
| 1.6.0 | Jul 27, 2026 |
| 1.5.0 | Jul 27, 2026 |
| 1.1.0 | Jun 29, 2026 |
Frequently asked questions
- Who maintains Mosaic Pre-Clinical Intelligence?
- Mosaic Pre-Clinical Intelligence is maintained by sourabhnk, which publishes 2 MCP servers (4 total versions) tracked on MCP Toplist.
- Is Mosaic Pre-Clinical Intelligence listed on the Official MCP Registry?
- Yes — Mosaic Pre-Clinical Intelligence is listed on the Official MCP Registry.
- How many versions does Mosaic Pre-Clinical Intelligence have?
- MCP Toplist tracks 4 versions of Mosaic Pre-Clinical Intelligence, most recently published on Aug 12, 2026.
- Where can I find the source code for Mosaic Pre-Clinical Intelligence?
- The source code for Mosaic Pre-Clinical Intelligence is hosted at github.com/sourabhnk/mosaic-mcp.