Skip to content

Support adding MCP servers by uploading an claude_desktop_config.json-like file` #4

@fedirz

Description

@fedirz

Here's the format for the MCP server configuration in JSON:

{
  "mcpServers": {
    "todoist": {
      "command": "xxx",
      "args": ["-y", "@abhiz123/todoist-mcp-server"],
      "env": {
        "TODOIST_API_TOKEN": "xxx",
        "PATH": "xxx"
      }
    }
  }
}

NOTE: command and args won't be supported as those properties are for STDIO servers. Only properties for SSE servers will be supported.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions