
Konstruct
Let coding agents query a hosted knowledge graph—concepts, edges, advisories, and packs—so architecture and domain questions get structured answers instead of flat web search.
Overview
Konstruct is a MCP server for the Build phase that lets agents query a hosted knowledge graph through nine tools including explore, edges, advisory, and load_pack over streamable HTTP.
What is this MCP server?
- Nine MCP tools: konstruct_query, konstruct_advisory, konstruct_explore, konstruct_concept, konstruct_concepts, konstruct
- Remote streamable-http endpoint on Cloudflare Workers (Rust/WASM stack per publisher metadata)
- Concept-and-edge traversal with advisories for safer agent reasoning paths
- Beta free tier with documented rate limit of 60 requests per minute per IP
- Publisher tags include knowledge-graph, reasoning, and ai-agent for discovery
- 9 MCP tools listed in registry publisher-provided metadata
- Rate limit 60 requests per minute per IP (beta)
- Server version 0.2.4 with remote MCP URL on Cloudflare Workers
What problem does it solve?
Agents improvising architecture and domain links without a graph produce inconsistent terminology and miss dependency advisories during build sessions.
Who is it for?
Solo builders adding structured conceptual lookup and exploration to Claude Code or Cursor while shipping agent-native features.
Skip if: Teams that need offline-only memory, unlimited unthrottled queries without a remote dependency, or a full transactional app database.
What do I get? / Deliverables
After registering the remote MCP URL, your agent can traverse concepts and edges and fetch advisories from Konstruct during design and implementation chats.
- Graph queries and explorations via nine documented Konstruct tools
- Advisory-backed concept traversal inside agent sessions
- Pack loading for richer structured context without self-hosting a graph DB
Recommended MCP Servers
Journey fit
Knowledge-graph access is most valuable while designing and implementing agent features, APIs, and reasoning helpers during the build phase, even though you may reuse it later when iterating. Agent-tooling fits because Konstruct exposes nine graph-oriented MCP tools (query, explore, edges, advisories, packs) meant to augment LLM sessions, not to replace your app’s production database.
How it compares
Hosted knowledge-graph MCP with nine query tools, not a local EvolutionDB memory server or whale analytics integration.
Common Questions / FAQ
Who is Konstruct for?
Konstruct is for indie developers and agent builders who want graph-backed concept queries and advisories inside MCP-enabled coding assistants.
When should I use Konstruct?
Use it during Build agent-tooling when you are naming architectures, exploring frameworks, or need edge-walk context while implementing agent features.
How do I add Konstruct to my agent?
Add the streamable-http remote MCP endpoint https://konstruct-api.aerynw.workers.dev/mcp in your client configuration and call tools such as konstruct_query or konstruct_explore from the agent.