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 need documentation tools inside Claude, Cursor, VS Code, or another MCP client. The project is written in Rust.

VERIFIED ACTIVE

LAST COMMIT 2026-08-19 · ★ 292 · #70 OF 183 MAINTAINED DOCUMENTATION · VERIFIED 2026-08-25

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

01 · Install As Decided

Docker

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

Claude Desktop - add to config

{
  "mcpServers": {
    "asdecided-core": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/asdecided/core:mcp-v0.28.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.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…

v0.26.2 · 2026-08-01

As Decided v0.26.2 gives the official MCP Registry a package it can actually install: the native Rust MCP server, shipped as a versioned OCI image. · Releases now publish decided-mcp as…

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 #70 of 183 actively-maintained documentation servers as of 2026-08-25.
release cadence
10+ releases in the last 90 days (latest 2026-08-09)
registry
io.github.asdecided/core (active, first published 2026-07-31 · 4 versions)
packages
oci:ghcr.io/asdecided/core:mcp-v0.28.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-08-25, its last commit was 2026-08-19 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.28.0`. You can also paste the ready-made client config above.

07 · Alternatives to As Decided