
Civis
Query a hosted knowledge base of AI agent patterns and pull structured build logs while designing or debugging agent workflows.
Overview
Civis is a MCP server for the Build phase that lets agents search and retrieve structured AI agent solution knowledge and build logs via a hosted streamable-HTTP endpoint.
What is this MCP server?
- Remote streamable-HTTP MCP at mcp.civis.run (no local npm package in registry metadata)
- Structured knowledge base focused on AI agent solutions and build logs
- Search, explore, and retrieve entries for reuse across projects
- Registry schema 2025-12-11; published server version 0.25.0
- Server version 0.25.0 in registry metadata
- Single remote endpoint: streamable-HTTP at mcp.civis.run
- Zero required environment variables in published server.json
What problem does it solve?
Agent builders lose time re-deriving setups and debugging paths that others already documented in scattered notes.
Who is it for?
Indie builders wiring multi-step agents who want a searchable catalog of prior agent solutions without self-hosting a knowledge stack.
Skip if: Teams that need private, repo-local memory or live execution of their own codebase only.
What do I get? / Deliverables
Your agent can query Civis for comparable builds and pull structured logs into the current design or fix session.
- Search hits and explored topics from the Civis agent knowledge base
- Retrieved build log entries usable in the active agent session
- Faster alignment on patterns before changing your repo
Recommended MCP Servers
Journey fit
Canonical shelf is Build because the server is aimed at assembling and operating agent solutions, not early market validation. Agent-tooling fits search-and-retrieve workflows over prior agent builds and implementation notes.
How it compares
Hosted research knowledge MCP, not an in-IDE skill file or local memory graph.
Common Questions / FAQ
Who is Civis for?
Solo and small-team builders creating AI agents who want quick access to structured solution notes and build logs through their MCP-enabled editor.
When should I use Civis?
Use it during agent design, integration choices, or post-mortems when you need examples and logged outcomes from similar agent projects.
How do I add Civis to my agent?
Register the remote MCP URL https://mcp.civis.run/mcp as a streamable-HTTP server in Claude Code, Cursor, or another MCP client that supports remote endpoints.