Stats
Actions
Tags
From ontoindex
Runs a local ontology index server to manage, query, and explore ontology data via MCP tools and resources.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"ontoindex": {
"command": "npx",
"args": [
"-y",
"ontoindex@latest",
"mcp"
]
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
npx claudepluginhub ontograph/ontoindex --plugin ontoindex