Skip to content

Add MCP servers to Open Interpreter #1670

@jlegido

Description

@jlegido

Is your feature request related to a problem? Please describe.

First of all many thanks to all the people involved in this project, I really appreciate your time and effort.

I would like to have MCP servers in Open Interpreter, example:

interpreter.mcp_servers = {
    "filesystem": {
        "command": "npx",
        "args": ["-y", "@modelcontextprotocol/server-filesystem", "/workspace"]
    }
}

Describe the solution you'd like

  • Extend profile to support adding MCP servers
  • Provide a command to list MCP servers

Describe alternatives you've considered

No response

Additional context

This is NOT related with #1623 , which looks like wants the opposite: Open Interpreter be exposed as MCP to be consumed by other agents

Metadata

Metadata

Assignees

No one assigned

    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