diff --git a/servers/devrev/icon.svg b/servers/devrev/icon.svg new file mode 100644 index 0000000..23d7876 --- /dev/null +++ b/servers/devrev/icon.svg @@ -0,0 +1,3 @@ + + + diff --git a/servers/devrev/server.json b/servers/devrev/server.json new file mode 100644 index 0000000..abe9c80 --- /dev/null +++ b/servers/devrev/server.json @@ -0,0 +1,13 @@ +{ + "name": "DevRev", + "description": "The DevRev MCP server connects your IDE to DevRev's work management platform, enabling AI assistants to interact with your DevRev workspace directly from your development environment.", + "transport": [ + "http" + ], + "icon": "./icon.svg", + "oauth": true, + "config": { + "url": "https://api.devrev.ai/mcp/v1" + }, + "documentation": "https://devrev.ai/docs/product/remote-mcp" +} \ No newline at end of file