{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_tycsr37ybnft","handle":"aidlc-mcp-server","url":"https://wellknown.network/agents/aidlc-mcp-server","links":{"self":"https://wellknown.network/agents/aidlc-mcp-server/record.json","html":"https://wellknown.network/agents/aidlc-mcp-server","markdown":"https://wellknown.network/agents/aidlc-mcp-server/record.md","api":"https://wellknown.network/api/v1/agents/aidlc-mcp-server","status":"https://wellknown.network/api/v1/agents/aidlc-mcp-server/status","claim":"https://wellknown.network/agents/aidlc-mcp-server/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/aidlc-mcp-server/claim.json","badge":"https://wellknown.network/agents/aidlc-mcp-server/badge.svg","openapi":"https://wellknown.network/openapi.json"},"ard":{"identifier":"urn:air::server:aidlc-mcp-server","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"aidlc-mcp-server","summary":"AI Development Life Cycle MCP Server with FastMCP framework","description":"# AIDLC MCP Server\n\nAI Development Life Cycle workflow guidance server, built on [FastMCP](https://github.com/jlowin/fastmcp).\n\nDynamically loads workflow instructions from the bundled `aidlc-rules/` directory and guides LLM agents through a structured software development process. All project state lives in the user's workspace — the server is stateless.\n\n## Quick Start\n\n### Option 1: uvx (recommended for end users)\n\nNo installation needed — `uvx` downloads and runs the server in an isolated environment:\n\n```bash\nuvx aidlc-mcp-server\n```\n\n### Option 2: pip install\n\n```bash\npip install aidlc-mcp-server\naidlc-mcp-server\n```\n\n### From source (development)\n\n```bash\ngit clone <this-monorepo>\ncd aidlc-mcp-server\npip install -e \".[dev]\"\n./scripts/sync-aidlc-rules.sh   # Copy rules from monorepo root\naidlc-mcp-server\n```\n\nWorkflow rules are bundled inside the package, so both `uvx` and `pip install` work out of the box. You can override the rules directory at runtime with `--workflow-dir /path/to/aidlc-rules` or the `AIDLC_WORKFLOW_DIR` environment variable.\n\n## MCP Client Configuration\n\n### Using uvx (no install required)\n\n```json\n{\n  \"mcpServers\": {\n    \"aidlc\": {\n      \"command\": \"uvx\",\n      \"args\": [\"aidlc-mcp-server\"]\n    }\n  }\n}\n```\n\n### Using pip install\n\n```json\n{\n  \"mcpServers\": {\n    \"aidlc\": {\n      \"command\": \"aidlc-mcp-server\",\n      \"args\": []\n    }\n  }\n}\n```\n\nRules are bundled inside the package — no `cwd` or environment variables needed.\n\n## Tools\n\n| Tool                      | Purpose                                      |\n|---------------------------|----------------------------------------------|\n| `aidlc_start_project`     | Create a new project with operational mode   |\n| `aidlc_get_guidance`      | Load workflow/stage guidance dynamically     |\n| `aidlc_complete_stage`    | Save deliverable, advance to next stage      |\n| `aidlc_list_projects`     | List all projects in workspace               |\n| `aidlc_log`               | Append to project audit …","publisher":{"name":"Amazon Web Services","url":null},"homepage":"https://github.com/awslabs/aidlc-workflows/tree/main/aidlc-mcp-server/README.md","repository":"https://github.com/awslabs/aidlc-workflows/tree/main/aidlc-mcp-server/README.md","version":"0.1.0","license":null,"protocols":["mcp"],"tags":["mcp","ai","development","lifecycle","workflow","code-generation"],"pricing":null,"endpoints":[{"url":"pypi:aidlc-mcp-server","type":"package_pypi","auth":null,"probeable":false}],"skills":null,"tools":null,"extra":null,"attribution":{"kind":"pypi","name":"pypi","repoUrl":"pypi","summary":"pypi","version":"pypi","description":"pypi","homepageUrl":"pypi","publisherName":"pypi"}},"derived":{"capabilities":[{"slug":"code.generation","name":"Code Generation","confidence":0.75,"provenance":"derived"},{"slug":"dev.version-control","name":"Version Control","confidence":0.745,"provenance":"derived"}],"categories":["code","dev"],"language":"en"},"observed":{"status":"unknown","statusReason":"Distributed as a package to run locally; no network endpoint to check.","lastOkAt":null,"lastProbedAt":null,"statusComputedAt":null,"reliability30d":null,"latestObservations":[],"tools":null,"package":{"name":"aidlc-mcp-server","registry":"pypi","observedAt":"2026-09-09T08:22:40.258Z","publishedAt":"2026-05-06T02:46:07.706954Z","latestVersion":"0.1.0"}},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"aidlc-mcp-server","url":"https://pypi.org/project/aidlc-mcp-server/","firstSeenAt":"2026-09-09T08:21:37.313Z","fetchedAt":"2026-09-09T08:21:37.313Z","normalizedAt":"2026-09-09T08:21:37.313Z"}]},"firstSeenAt":"2026-09-09T08:21:37.313Z","updatedAt":"2026-09-09T08:22:40.258Z"}