We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/seonwookim92/universal-ontology-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"mcpServers": {
"universal-ontology-mcp": {
"command": "python",
"args": [
"/absolute/path/to/universal-ontology-mcp/main.py"
],
"env": {
"ONTOLOGY_DIR": "/absolute/path/to/your/ontology/folder",
"EMBEDDING_MODEL": "all-MiniLM-L6-v2"
}
}
}
}