About
Biotriples exposes biomedical relationship triples — subject entity, predicate, object entity — with full provenance traced back to the source documents and sentences they were extracted from.
The API is protected by Auth0. Access is via the MCP server, which handles authentication on behalf of end-users and issues its own machine-to-machine token to call this REST API.
Connect via Claude Desktop
Add the following to your
claude_desktop_config.json to connect Claude Desktop to the
Biotriples MCP server:
{
"mcpServers": {
"biotriples": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp-server-production-aae4.up.railway.app/mcp",
"4116"
]
}
}
}
mcp-remote will open a browser window for Auth0 login on first use. Ensure port 4116 is free, or change the port number and update your Auth0 allowed callback URLs accordingly.