Back to MCP Servers
Janee
Self-evolving MCP server that generates and improves its own tools at runtime. Built on FastMCP, Janee uses LLM-driven tool generation to dynamically create, test, and refine MCP tools from natural language descriptions — enabling AI agents to extend their own capabilities on th…
developer-toolsaillmagent
By rsdouglas
Installation
npx -y janeeConfiguration
{
"mcpServers": {
"janee": {
"command": "npx",
"args": ["-y", "janee"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes