MCP server for AI engineering. Tools to compare any models, debug production, deploy prompts without a code change. Initial preview.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"anotherai": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Like you, we fell in love with Claude Code and Cursor. Watching the AI work for a few minutes, vibecoding anything you want using English, feels like magic. It seems like all AI need are better tools to achieve even more.
This server supports HTTP transport. Be the first to test it — help the community know if it works.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in ai-ml / devops
Persistent memory using a knowledge graph
Dynamic problem-solving through sequential thought chains
MCP server for using the GitLab API
Workspace template + MCP server for Claude Code, Codex CLI, Cursor & Windsurf. Multi-agent knowledge engine (ag-refresh / ag-ask) that turns any codebase into a queryable AI assistant.
MCP Security Weekly
Get CVE alerts and security updates for Anotherai and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Like you, we fell in love with Claude Code and Cursor. Watching the AI work for a few minutes, vibecoding anything you want using English, feels like magic. It seems like all AI need are better tools to achieve even more.
So what happens when we give Claude Code better tools to build AI agents? We've tried and the early results are promising. We wanted to share an early preview with you.
DEMOs
> Claude: can you build with AnotherAI an agent that can extract calendar events from
> an email? Make sure to try 3 different models from OpenAI, Anthropic and Google,
> and 5 different emails. Tell me what you think.
Watch the magic happen:

Claude Code will:
search_documentation toollist_models toolplayground tool to compare the modelsAnd you can see the results in the web app:

> Claude: can you try GPT-5 on 10 random completions from agent:
> extract-calendar-events? what do you think?
Sit back and enjoy the show 🍿

> Claude: can you show me how much $ we're spending daily, by agent?
Claude will write the SQL query to create the view, and you can see the results in the web app:


> Claude: why is this anotherai/completion/01989ada-2185-739f-f5c2-7bb67faaad19 wrong?
> Can you help fix?
Claude will fetch the completions, and fix the issue most of the time!
[!NOTE] This is an early release of AnotherAI. We do not recommend using it in production yet.
AnotherAI has four main components:
Available at http://localhost:8000/v1/chat/completions, this API endpoint accepts any library that already uses OpenAI. To start using the endpoint, simply set the base_url to http://localhost:8000/v1 on most OpenAI or OpenAI compatible SDKs.
> Claude: how many models from how many providers are supported by AnotherAI?
Based on the data from AnotherAI's API, I can see that AnotherAI supports 95 models from 12 different providers: ...
The easiest way to get started is to ask Claude Code to setup AnotherAI on your agent. For example:
Claude: can you setup AnotherAI on this agent @my-agent.py?
We use the http transport to expose the MCP server at https://api.anotherai.dev/mcp. See below for instructions on how to install it in Claude Code and Cursor.
We have curated a list of tools that we think are useful for building AI agents, available at [backend/protocol/api/_mcp.py](blob/main/b