Skip to main content
Developer ToolsTypeScript

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.

developer-toolslocal-servicemacoswindowslinux
Share:

Quick Start

Clone the repository:

git clone https://github.com/rsdouglas/janee

Claude Desktop configuration example:

{
  "mcpServers": {
    "janee": {
      "command": "npx",
      "args": [
        "-y",
        "rsdouglas/janee"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Developer Tools
Language
TypeScript
Author
rsdouglas