grandamenium

Agent Architects MCP — Development skill for Claude Code

Development community

Remote MCP server for searching Agent Architects lessons, posts, comments, and member profiles.

How to install Agent Architects MCP

This entry records only its repository, not the path inside it, so there is no exact command to give. Open grandamenium/agent-architects-mcp and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Agent Architects MCP does

Remote MCP server for searching Agent Architects lessons, posts, comments, and member profiles.

Alternatives in Development

  • Mempalace Init — Set up MemPalace — install the package, initialize a palace, register the MCP server with Cursor, and verify e 58.6k ★
  • Claude Context Mode — An MCP server that sits between Claude Code and these outputs 5.3k ★
  • 04 Fix MCP Server — Prompt 04: Fix MCP Server Build 2.2k ★

README

Agent Architects MCP

Search Agent Architects lessons, posts, comments, and member profiles directly from your AI client.

This is a read-only remote MCP server. It lets compatible clients query the Agent Architects knowledge base, but it cannot change your Skool account, post on your behalf, or modify the community.

Quick Install

Get your Agent Architects MCP key from the pinned community post or setup lesson inside Agent Architects. Do not paste your key into public GitHub issues.

{
  "mcpServers": {
    "agent-architects": {
      "url": "https://aa-mcp-server-production.up.railway.app/mcp",
      "headers": {
        "Authorization": "Bearer "
      }
    }
  }
}

Restart your MCP client after saving the config.

Supported Clients

  • Claude Desktop
  • Claude Code
  • Cursor
  • Windsurf
  • Any client that supports remote HTTP MCP servers with bearer headers

Client-specific guides:

Tools

  • search_knowledge_base: broad semantic search across lessons, posts, comments, and member profiles.
  • get_lesson: exact classroom lesson lookup by course, lesson, or lesson id.
  • search_members: find members by niche, skill, role, or background.
  • get_member: exact member lookup by handle or name.

Full tool guide: [docs/tools.md](docs/tools.md)

Try These Prompts

Search Agent Architects for lessons about evals and testing agents.
Get the Claude Code Fundamentals lesson on context engineering.
Who in Agent Architects is good with sales?
Find posts or comments about Windows setup issues with CortextOS.
Which members should I meet if I run a marketing agency and want to implement AI?

More examples: [examples/prompts.md](examples/prompts.md)

Production Endpoints