Skip to main content
Glama
phenasdev

devin-mcp-bridge

by phenasdev

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DEVIN_MCP_AGENT_CMDNoAgent binary. Set to npx to bridge a different ACP agent.devin
DEVIN_MCP_AGENT_ARGSNoSpace-separated args.acp
DEVIN_MCP_PERMISSIONNoonce | all | denyonce
DEVIN_MCP_SANDBOX_FSNo0 disables the path guard.1
DEVIN_MCP_TIMEOUT_MSNoPer-turn cap; the turn is cancelled on expiry.900000

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
devin_taskA

Send a coding task to Devin (a separate autonomous coding agent) and return its full response. Devin keeps context across calls for the same working directory, so follow-up calls can refer to earlier work. Use for self-contained work you want done in parallel; state the task and the acceptance criteria explicitly, since Devin cannot ask you questions.

devin_resetA

Kill the running Devin agent and discard its conversation context. The next devin_task starts a fresh session. Use when Devin is stuck or the context is polluted.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/phenasdev/devin-mcp-bridge'

If you have feedback or need assistance with the MCP directory API, please join our Discord server