Skip to content

Is it possible to add aider or aider-desk as a client? #3

@dsidlo

Description

@dsidlo

I've attempted to use the mem0/openmemory mcp server with aider-desk.
But it seems that aider and/or aider-desk are not supported as clients within install-mcp.

I'm using the following to setup the agent for the mcp server...

{
  "mcpServers": {
    "mem0": {
      "command": "npx",
      "args": [
        "install-mcp",
        "i",
        "http://127.0.0.1:8765/mcp/claude/sse/dsidlo",
        "--client",
        "aider-desk"
      ]
    }
  }
}

Then later found this...

✦ ❯ npx install-mcp i http://localhost:8765/mcp/windsurf/sse/dsidlo --client aider-desk

 ERROR  Invalid client: aider-desk. Available clients: claude, cline, roo-cline, windsurf, witsy, enconvo, cursor   

I see that the client-config.ts file would have to change.
Not sure how difficult it would be beyond just referencing config file paths.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions