# Devin MCP — MCP server on mcp.ai > Connect your Devin MCP account and use 4 tools for model context protocol straight from your AI agent. Connect with your own API key. AI-powered access to GitHub repository documentation and codebase analysis, including private repositories, via Devin. By: mcp.ai · official Page: https://mcp.ai/devin_mcp ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_devin_mcp?ms=1787293560000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/devin_mcp/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/devin_mcp/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/devin_mcp/skill.md Postman collection (v2.1): https://mcp.ai/devin_mcp/postman.json ## Tools - devin_mcp_ask_question(question: string, repoName: string|string[]) — Ask any question about a GitHub repository and get an AI-powered, context-grounded response. - devin_mcp_list_available_repos() — List all repositories available to query with your Devin account. - devin_mcp_read_wiki_contents(repoName: string) — View documentation about a GitHub repository. - devin_mcp_read_wiki_structure(repoName: string) — Get a list of documentation topics for a GitHub repository. ## Example prompts - "What can I do in Devin MCP?" - "Show me a summary of my Devin MCP account" ## Links Docs: https://mcp.ai/docs/mcps/devin_mcp Website: https://mcp.ai/mcps/devin_mcp