devin
httpUsed by 2 plugins
Installs mcp-devin, the highest-starred plugin that provides this server
Install
1
Run in your terminal$
npx claudepluginhub takemi-ohama/ai-plugins --plugin mcp-devinAdd to Your Project
Add to your .mcp.json:
{
"mcpServers": {
"devin": {
"url": "https://mcp.devin.ai/mcp",
"env": {
"DEVIN_API_KEY": "${DEVIN_API_KEY}"
}
}
}
}Replace placeholder values for: DEVIN_API_KEY
Security Considerations
Requires secrets
This MCP server needs API keys or credentials. Configure them in your environment before use.
External connections
This server connects to external services. Review the URLs it accesses before enabling.
URL
https://mcp.devin.ai/mcpAccess Level
write
Environment Variables
DEVIN_API_KEY=${DEVIN_API_KEY}Required Secrets
DEVIN_API_KEY