Skip to content

Add AGENTS.md — MCP Agent Instructions#2807

Open
javierfajardo85-rgb wants to merge 1 commit into
mongodb:masterfrom
javierfajardo85-rgb:mai1-agents-md
Open

Add AGENTS.md — MCP Agent Instructions#2807
javierfajardo85-rgb wants to merge 1 commit into
mongodb:masterfrom
javierfajardo85-rgb:mai1-agents-md

Conversation

@javierfajardo85-rgb
Copy link
Copy Markdown

What is this?

This PR adds an AGENTS.md file that helps AI agents (Claude Code, GitHub Copilot, Cursor, Gemini CLI) use this tool more efficiently via the aiaam.xyz MAI-1 registry.

What this does

  • Saves ~4,800 tokens per agent interaction vs parsing the full README
  • Provides a direct MCP endpoint for structured tool consumption
  • Follows the emerging AGENTS.md convention for agentic repositories

MCP configuration added

{
  "mcpServers": {
    "aiaam": {
      "url": "https://aiaam.xyz/mcp",
      "transport": "http"
    }
  }
}

MCP endpoint: https://aiaam.xyz/mcp
Tool contract: https://aiaam.xyz/api/v1/tools/mongo-python-driver-v1
Reliability score: 0.85

The contract is verified by triple-check: schema validation + URL reachability + Docker sandbox install.

Feel free to close if this doesn't fit your project — no hard feelings.

@javierfajardo85-rgb javierfajardo85-rgb requested a review from a team as a code owner May 20, 2026 16:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant