Native deterministic requirements-as-code engine and read-only MCP server.
git clone https://github.com/asdecided/core{
"mcpServers": {
"core": {
"command": "core"
}
}
}Resumen de MCP Servers
# AsDecided
**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.
No embeddings, model call, hosted index, or Python runtime is required. The
same repository state produces the same answer.
## Install
Install the native engine and MCP server through Homebrew:
```sh
brew install asdecided/tap/asdecided-core
```
Rust users can install the `decided` CLI directly from crates.io:
```sh
cargo install decided
cargo install decided-mcp
```
Windows users can install both native executables through Scoop:
```powershell
scoop bucket add asdecided https://github.com/asdecided/scoop-bucket
scoop install asdecided
```
Native `decided` and `decided-mcp` archives are also published on
[GitHub Releases](https://github.com/asdecided/core/releases).
`rac-core` is no longer distributed through PyPI. Python API consumers should
use [`asdecided/sdk`](https://github.com/asdecided/sdk), which is a
client SDK rather than a second engine implementation.
## Start a repository
```sh
decided quickstart
decided validate decisions/
decided gate decisions/
decided gate decisions/ --code --base origin/main
```
New repositories use:
```text
.decided/config.yaml
decisions/
```
Existing artifact IDs such as `RAC-ABC123DEF456` are durable identities and do
not change with the product name.
## Migrate an existing repository
Migration is explicit and never runs during an ordinary command:
```sh
decided migrate layout . --dry-run
decided migrate layout .
```
The migration moves `.rac/` to `.decided/` and `rac/` to `decisions/`. It
refuses to overwrite either destination.
## MCP
The official MCP Registry identity is `io.github.asdecided/core`.
Its Registry package is the versioned local MCP image under
`ghcr.io/asdecided/core`; Homebrew and Cargo remain direct native installation
paths for the same Rust server.
The OCI server still needs an explicit repository grant:
```sh
docker run --rm -i -v "$PWD:/work:ro" \
ghcr.io/asdecided/core:mcp-latest --root /work
```
```json
{
"mcpServers": {
"asdecided": {
"command": "decided-mcp",
"args": ["--root", "."]
}
}
}
```
## Architecture
Rust is the product engine and the only CLI/MCP runtime in this repository.
The authoritative language-neutral compatibility fixtures live in
[`asdecided-spec`](https://github.com/asdecided/spec). Live-corpus validation is
based on validity, determinism, freshness, and cache/no-cache equality.
Document ingestion remains an ancillary Python connector rather than part of
the core engine. The retired Python engine is preserved for historical review
at the immutable
[`python-engine-final`](https://github.com/asdecided/core/tree/python-engine-final)
tag; it is not maintained or run in normal CI.
## License
Apache-2.0. See [LICENSE](LICENSE) and [NOTICE](NOTICE).
Lo que la gente pregunta sobre core
¿Qué es asdecided/core?
+
asdecided/core es mcp servers para el ecosistema de Claude AI. Native deterministic requirements-as-code engine and read-only MCP server. Tiene 285 estrellas en GitHub y se actualizó por última vez today.
¿Cómo se instala core?
+
Puedes instalar core clonando el repositorio (https://github.com/asdecided/core) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.
¿Es seguro usar asdecided/core?
+
asdecided/core aún no ha sido auditado por nuestro agente de seguridad. Revisa el repositorio original en GitHub antes de usarlo en producción.
¿Quién mantiene asdecided/core?
+
asdecided/core es mantenido por asdecided. La última actividad registrada en GitHub es de today, con 38 issues abiertos.
¿Hay alternativas a core?
+
Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.
Despliega core en tu cloud
Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.
¿Mantienes este repo? Añade un badge a tu README
Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.
[](https://claudewave.com/repo/asdecided-core)<a href="https://claudewave.com/repo/asdecided-core"><img src="https://claudewave.com/api/badge/asdecided-core" alt="Featured on ClaudeWave: asdecided/core" width="320" height="64" /></a>Más MCP Servers
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
User-friendly AI Interface (Supports Ollama, OpenAI API, ...)
An open-source AI agent that brings the power of Gemini directly into your terminal.
The fastest path to AI-powered full stack observability, even for lean teams.
Real-time global intelligence dashboard. AI-powered news aggregation, geopolitical monitoring, and infrastructure tracking in a unified situational awareness interface
🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl!