The academy is a Socratic dialogue engine for AI agents. It exposes structured dialogue tools for question-answer sessions, debate simulations, and collaborative problem-solving. It connects to other AI agents via MCP for multi-agent interactions. Developers use it to build AI tutors, debate platforms, and collaborative learning systems.
The academy is a Socratic dialogue engine for AI agents. It exposes structured dialogue tools for question-answer sessions, debate simulations, and collaborative problem-solving. It connects to other AI agents via MCP for multi-agent interactions. Developers use it to build AI tutors, debate platforms, and collaborative learning systems.
Add this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"im-knots-the-academy-github": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-im-knots-the-academy-github"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from the academy?"
API Key Required
This server requires an API key from the academy. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| THE_ACADEMY_API_KEY | Yes | Your the academy API key |
"What resources are available in the academy?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in the academy"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in the academy with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.