{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_5rkbgvwgmscm","handle":"iflow-mcp-sleeeepyzhou-codexaid","url":"https://wellknown.network/agents/iflow-mcp-sleeeepyzhou-codexaid","links":{"self":"https://wellknown.network/agents/iflow-mcp-sleeeepyzhou-codexaid/record.json","html":"https://wellknown.network/agents/iflow-mcp-sleeeepyzhou-codexaid","markdown":"https://wellknown.network/agents/iflow-mcp-sleeeepyzhou-codexaid/record.md","api":"https://wellknown.network/api/v1/agents/iflow-mcp-sleeeepyzhou-codexaid","status":"https://wellknown.network/api/v1/agents/iflow-mcp-sleeeepyzhou-codexaid/status","claim":"https://wellknown.network/agents/iflow-mcp-sleeeepyzhou-codexaid/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/iflow-mcp-sleeeepyzhou-codexaid/claim.json","badge":"https://wellknown.network/agents/iflow-mcp-sleeeepyzhou-codexaid/badge.svg","openapi":"https://wellknown.network/openapi.json","history":"https://wellknown.network/api/v1/agents/iflow-mcp-sleeeepyzhou-codexaid/history","tools":"https://wellknown.network/api/v1/agents/iflow-mcp-sleeeepyzhou-codexaid/tools"},"ard":{"identifier":"urn:air::server:iflow-mcp-sleeeepyzhou-codexaid","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"iflow-mcp_sleeeepyzhou-codexaid","summary":"Code codex aid ai.","description":"# CodexAid - MCP Self-Learning Service\n\nA powerful service for building, managing, and deploying self-learning and self-generating MCP (Model Context Protocol) agents.\n\n## Overview\n\nCodexAid is a framework that allows you to create intelligent MCP agents that can learn from tasks and generate new skills on their own. The system follows a design-develop-deploy pipeline that turns natural language prompts into functional MCP servers with custom tools.\n\n## Features\n\n- **Self-Learning**: Create agents that can learn from user interactions\n- **Self-Generation**: Generate new MCP servers based on natural language prompts\n- **Tool Generation**: Automatically create and deploy new tools based on requirements\n- **FastAPI Integration**: Expose MCP functionality through an HTTP API\n- **Design-Develop Pipeline**: Structured approach to converting tasks into working code\n\n## Architecture\n\nThe system consists of several key components:\n\n- **Designer**: Analyzes tasks and creates specifications for development\n- **Developer**: Implements tools based on specifications\n- **MCP Builder**: Constructs MCP servers from developed tools\n- **Tool Server**: FastAPI server that hosts and manages MCP tools\n\n## Getting Started\n\n### Prerequisites\n\n- Python 3.12 or higher\n- Dependencies listed in pyproject.toml\n\n### Installation\n\n```bash\n# Clone the repository\ngit clone <repository-url>\ncd CodexAid\n\n# Create and activate a virtual environment\npython -m venv venv\nsource venv/bin/activate  # On Windows: venv\\Scripts\\activate\n\n# Install dependencies\npip install -e .\n```\n\n### Usage\n\n1. Start the Tool Server:\n\n```bash\npython mcp_service/tool_server.py\n```\n\n2. Create a new MCP from a prompt:\n\n```python\nfrom scr.work import mcp_create\n\n# Generate a new MCP server from a natural language prompt\nmcp_str = mcp_create(\"Create a tool that summarizes web content\")\n\n# Save the generated server\nwith open(\"my_new_mcp.py\", \"w\") as f:\n    f.write(mcp_str)\n```\n\n3. Use the HTTP API to generate new MCPs:\n\n```bash\nc…","publisher":null,"homepage":null,"repository":null,"version":"0.1.0","license":null,"protocols":["mcp"],"tags":["mcp"],"pricing":null,"endpoints":[{"url":"pypi:iflow-mcp_sleeeepyzhou-codexaid","type":"package_pypi","auth":null,"probeable":false}],"skills":null,"tools":null,"extra":null,"attribution":{"kind":"pypi","name":"pypi","summary":"pypi","version":"pypi","description":"pypi"}},"derived":{"capabilities":[{"slug":"dev.ci-cd","name":"CI/CD & Deploy","confidence":1,"provenance":"derived"},{"slug":"dev.version-control","name":"Version Control","confidence":0.791,"provenance":"derived"},{"slug":"ai.prompting","name":"Prompt Management","confidence":0.791,"provenance":"derived"}],"categories":["ai","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":"iflow-mcp_sleeeepyzhou-codexaid","registry":"pypi","observedAt":"2026-09-15T20:21:22.462Z","publishedAt":"2026-02-14T03:21:46.591276Z","latestVersion":"0.1.0"},"toolSurface":null,"endpointFacts":[]},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"iflow-mcp_sleeeepyzhou-codexaid","url":"https://pypi.org/project/iflow-mcp_sleeeepyzhou-codexaid/","firstSeenAt":"2026-09-09T21:23:56.629Z","fetchedAt":"2026-09-15T20:19:39.313Z","normalizedAt":"2026-09-15T20:19:39.313Z"}]},"firstSeenAt":"2026-09-09T21:23:56.629Z","updatedAt":"2026-09-15T20:21:22.462Z"}