@apono-io/mcp-knowledge
v0.2.0
Published
Apono MCP server for the Koalition knowledge service — proxies knowledge_search and knowledge_status to the remote REST API
Downloads
27
Readme
@apono-io/mcp-knowledge
Apono MCP server for the Koalition knowledge service. Thin stdio proxy that forwards tool calls to the remote knowledge REST API.
Tools
| Tool | Description |
|------|------------|
| knowledge_search | Search the knowledge base — automatically classifies queries and routes to retrieval, aggregation, or analytical handlers |
| knowledge_status | Show collection stats, document counts, and last ingest timestamps |
Environment Variables
| Variable | Description |
|----------|------------|
| KNOWLEDGE_URL | Base URL of the knowledge service (e.g. https://your-knowledge-service-url) |
Usage
KNOWLEDGE_URL=https://your-knowledge-service-url npx @apono-io/mcp-knowledgeClaude Code config
{
"mcpServers": {
"knowledge": {
"command": "npx",
"args": ["-y", "@apono-io/mcp-knowledge@latest"],
"env": {
"KNOWLEDGE_URL": "https://your-knowledge-service-url"
}
}
}
}