rsdouglas/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 the fly.
Quick Start
Clone the repository:
git clone https://github.com/rsdouglas/janeeClaude Desktop configuration example:
{
"mcpServers": {
"janee": {
"command": "npx",
"args": [
"-y",
"rsdouglas/janee"
]
}
}
}Check the repository README for specific installation and configuration instructions.