Stats
Actions
Tags
From open-ontologies
Local stdio MCP server ('open-ontologies') built in Rust providing deployment capabilities, likely for ontology management. Runs as a subprocess.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"open-ontologies": {
"command": "./target/release/open-ontologies",
"args": [
"serve"
]
}
}
}Server configuration and connection parameters
./target/release/open-ontologiesCommand-line arguments passed to the server process
Declared capabilities of this MCP server
npx claudepluginhub fabio-rovai/open-ontologies