As Decided MCP Server

Engineering decisions your agents can follow. Build, as decided. AsDecided keeps requirements, decisions, designs, roadmaps, and prompts as typed Markdown in your repository. Its native Rust engine validates that knowledge, retrieves relevant decisions deterministically, and serves it read-only to agents over MCP.

People who work with cli tool, markdown and product management and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in Rust.

VERIFIED ACTIVE

LAST COMMIT 2026-09-17 · ★ 293 · #82 OF 208 MAINTAINED DOCUMENTATION · VERIFIED 2026-09-18

Apache-2.0 · Rust servers · how we verify → /methodology

01 · Install As Decided

Docker

docker run -i --rm ghcr.io/asdecided/core:mcp-v0.29.0

Claude Desktop - add to config

{
  "mcpServers": {
    "asdecided-core": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/asdecided/core:mcp-v0.29.0"
      ]
    }
  }
}
Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as container (OCI image) - can be sandboxed away from your filesystem

license Apache-2.0 - declared in the repository

registry namespace io.github.asdecided is GitHub-verified and matches the repo owner

03 · What As Decided can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.29.0 · 2026-08-30

Graph-complete corpus federation · AsDecided v0.29.0 composes a bounded graph of pinned corpora into one verified, source-aware closure while preserving source identity, read-only inheritance, and deterministic…

v0.28.0 · 2026-08-09

AsDecided v0.28.0 improves how the CLI ranks and explains decision search results. · What changed · AsDecided uses lexical relevance and relationship data to rank results. · Before this release, a highly connected…

v0.27.0 · 2026-08-08

As Decided v0.27.0 adds strict controls to the shared MCP server and the release process. · The server now rejects invalid requests before it processes them. The server also stops if it cannot write a required audit…

04 · Who maintains As Decided

AsDecided is maintained by asdecided. It's the only MCP server we track from this author; the repo dates to Jun 2026.

05 · Facts

category
documentation - ranked #82 of 208 actively-maintained documentation servers as of 2026-09-18.
release cadence
10+ releases in the last 90 days (latest 2026-08-30)
registry
io.github.asdecided/core (active, first published 2026-07-31 · 5 versions)
packages
oci:ghcr.io/asdecided/core:mcp-v0.29.0

06 · As Decided FAQ

What is As Decided?

Engineering decisions your agents can follow. Build, as decided. AsDecided keeps requirements, decisions, designs, roadmaps, and prompts as typed Markdown in your repository. Its native Rust engine validates that knowledge, retrieves relevant decisions deterministically, and serves it read-only to agents over MCP.

Is As Decided still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-17 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

How do I install As Decided?

Run `docker run -i --rm ghcr.io/asdecided/core:mcp-v0.29.0`. You can also paste the ready-made client config above.

07 · Alternatives to As Decided

More documentation MCP servers · Agentready MCP · Python Docs MCP Server · Plesk Dev Docs · Beever Atlas · Docdex

More Rust MCP servers · Kshana PNT-resilience simulator · Phantom Secrets · Sem · Quillrag · Aikido MCP · see all