Skip to main content
ClaudeWave

AI agent microservice

MCP Servers3k stars401 forksPythonGPL-3.0Updated 3mo ago
Editor's note

Cheshire Cat AI is a Python-based framework for building custom AI agents, packaged as a fully dockerized microservice that can be launched with a single `docker run` command. It connects to language models through LangChain, meaning developers can point it at Claude or any other supported LLM, and exposes the agent via WebSocket chat and a REST API, making it straightforward to embed a conversational layer into existing applications. The framework includes built-in RAG using Qdrant for vector search, a plugin system built around hooks (event callbacks), function-calling tools, and structured conversational forms for goal-oriented dialogues such as order flows. It also acts as an MCP client, supporting the Model Context Protocol for tool integration. An admin panel handles multiuser access with granular permissions compatible with any identity provider. Developers building chatbots, internal assistants, or API-driven conversational products are the primary audience, and the plugin architecture lets them extend behavior without modifying core code.

ClaudeWave Trust Score
100/100
Verified
Passed
  • Open-source license (GPL-3.0)
  • Recently active
  • Healthy fork ratio
  • Topics declared
  • Mature repo (>1y old)
  • Documented (README)
Last scanned: 6/11/2026
Install in Claude Code / Claude Desktop
Method: UVX (Python) · core
Claude Code CLI
claude mcp add core -- uvx core
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "core": {
      "command": "uvx",
      "args": ["core"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Package name inferred from the repository name. Verify it exists on PyPI, or clone https://github.com/cheshire-cat-ai/core and follow its README.
Use cases

MCP Servers overview

README preview not available. Visit the repo on GitHub for full documentation.
ag-ui-protocolagentaiassistantchatbotconversationaldockerframeworkfunction-callingllmmcpmcp-clientpluginpythonvector-search

What people ask about core

What is cheshire-cat-ai/core?

+

cheshire-cat-ai/core is mcp servers for the Claude AI ecosystem. AI agent microservice It has 3k GitHub stars and was last updated 3mo ago.

How do I install core?

+

You can install core by cloning the repository (https://github.com/cheshire-cat-ai/core) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is cheshire-cat-ai/core safe to use?

+

Our security agent has analyzed cheshire-cat-ai/core and assigned a Trust Score of 100/100 (tier: Verified). See the full breakdown of passed checks and flags on this page.

Who maintains cheshire-cat-ai/core?

+

cheshire-cat-ai/core is maintained by cheshire-cat-ai. The last recorded GitHub activity is from 3mo ago, with 13 open issues.

Are there alternatives to core?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy core to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: cheshire-cat-ai/core
[![Featured on ClaudeWave](https://claudewave.com/api/badge/cheshire-cat-ai-core)](https://claudewave.com/repo/cheshire-cat-ai-core)
<a href="https://claudewave.com/repo/cheshire-cat-ai-core"><img src="https://claudewave.com/api/badge/cheshire-cat-ai-core" alt="Featured on ClaudeWave: cheshire-cat-ai/core" width="320" height="64" /></a>

More MCP Servers