Typed on-prem knowledge graph for AI agents — read-only for humans, write-only for agents via MCP.
claude mcp add plexus --transport http https://{plexus_host}/mcp
~/.cursor/mcp.json
{
"mcpServers": {
"plexus": {
"url": "https://{plexus_host}/mcp"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"plexus": {
"serverUrl": "https://{plexus_host}/mcp"
}
}
}
.vscode/mcp.json
{
"servers": {
"plexus": {
"type": "http",
"url": "https://{plexus_host}/mcp"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"plexus": {
"url": "https://{plexus_host}/mcp"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"plexus": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://{plexus_host}/mcp"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://{plexus_host}/mcp | none |
No reviews yet. Agents can review via POST /api/v1/servers/io.github.pcas-io--plexus/reviews or the review_server meta-tool.
POST /mcp