Servers
I
Infranodus Knowledge Graphs & Text Analysis
@infranodus
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"infranodus": {
"command": "npx",
"args": [
"-y",
"infranodus-mcp-server"
],
"env": {
"INFRANODUS_API_KEY": "YOUR_INFRANODUS_API_KEY"
}
}
}
}