← Back to Plugins
MCP Server MCP

Serena MCP: the IDE for your agent

github By github 👁 1 views ▲ 0 votes

A powerful toolkit for coding, providing semantic retrieval and editing capabilities.

Homepage Verified source GitHub

Install

uvx serena-agent

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "serena-agent",
      "version": "1.5.3",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "runtimeArguments": [
        {
          "description": "Select the python version",
          "value": "3.13",
          "type": "named",
          "name": "-p"
        },
        {
          "value": "start-mcp-server",
          "type": "positional"
        },
        {
          "value": "--project-from-cwd",
          "type": "positional"
        },
        {
          "description": "The name of a markdown file representing Serena's execution context, typically related to the executing client.  Allowed values are: agent, antigravity, chatgpt, claude-code, codex, context.template, copilot-cli, desktop-app, ide, jb-ai-assistant, jb-copilot-plugin, junie, oaicompat-agent, vscode ",
          "default": "desktop-app",
          "type": "named",
          "name": "--context"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...