Konstruct✓
io.github.alright-alright/konstruct · v0.2.4
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.alright-alright/konstruct",
"description": "Knowledge graph for AI agents. Query concepts, walk edges, get advisories.",
"title": "Konstruct",
"repository": {
"url": "https://github.com/alright-alright/konstruct",
"source": "github"
},
"version": "0.2.4",
"websiteUrl": "https://konstruct.aerware.ai",
"icons": [
{
"src": "https://img.shields.io/badge/Konstruct-19C3FF?style=flat-square&labelColor=0B0F16",
"mimeType": "image/svg+xml"
}
],
"remotes": [
{
"type": "streamable-http",
"url": "https://konstruct-api.aerynw.workers.dev/mcp"
}
],
"_meta": {
"io.modelcontextprotocol.registry/publisher-provided": {
"author": "AerwareAI",
"contact": "info@aerware.ai",
"license": "Proprietary",
"rateLimit": {
"note": "60 requests per minute per IP. Free during beta.",
"requests": 60,
"windowSeconds": 60
},
"tags": [
"knowledge-graph",
"concepts",
"reasoning",
"ai-agent",
"wasm",
"cloudflare",
"rust"
],
"tools": [
"konstruct_query",
"konstruct_advisory",
"konstruct_explore",
"konstruct_concept",
"konstruct_concepts",
"konstruct_edges",
"konstruct_frameworks",
"konstruct_stats",
"konstruct_load_pack"
]
},
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}