Read-only MCP server for the DACS (Demos Agent Commerce Standards) v0.1 spec — no-drift, version-stamped. Proposed / non-normative ecosystem tooling.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"dacs-spec-mcp": {
"command": "npx",
"args": [
"-y",
"mj-deving/dacs-spec-mcp"
]
}
}
}
Run in terminal:
claude mcp add dacs-spec-mcp npx -y mj-deving/dacs-spec-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"dacs-spec-mcp": {
"command": "npx",
"args": [
"-y",
"mj-deving/dacs-spec-mcp"
]
}
}
}