Aiden
Aiden MCP Server
aiden can be embedded directly into external tools like claude desktop , cursor , or windsurf , allowing developers to interact with aiden without ever leaving their preferred environments configure mcp clients to access aiden log in to opsverse aiden go to settings > api keys and create a new api key in your mcp client application (claude code/cursor/windsurf) , use the following mcp server configuration claude desktop go to settings > developer > local mcp servers , choose edit config and add the following in the claude desktop config json and restart claude desktop { "mcpservers" { "aiden" { "command" "npx", "args" \[ "mcp remote", "https //aiden mcp opsverse io/mcp", " header", "authorization bearer ${apikey}" ], "env" { "apikey" "\<apikey>" } } } } you should now see aiden available under mcp integrations and that's it! now when you ask devops related queries/clarifications, claude desktop will be able to use aiden to get contextual information grounded on both up to date information, as well as your organization’s internal knowledgebase cursor go to settings > cursor settings > tools & integration choose new mcp server and add the following json { "mcpservers" { "aiden" { "url" "https //aiden mcp opsverse io/mcp", "headers" { "authorization" "bearer \<apikey>" } } } } and you should see aiden tool available in the mcp tools list now when you ask devops related queries/clarifications, cursor will be able to use aiden to get contextual information grounded on both up to date information, as well as your organization’s internal knowledgebase windsurf go to settings > windsurf settings > cascade > manage mcps > view raw config and add the following config { "mcpservers" { "aiden" { "serverurl" "https //aiden mcp opsverse io/mcp", "headers" { "authorization" "bearer \<apikey>" } } } } save the file and click on refresh in manage mcp servers page and you should see aiden available as a mcp server now when you ask cascade devops related queries/clarifications, windsurf will be able to use aiden to get contextual information grounded on both up to date information, as well as your organization’s internal knowledgebase other mcp clients similar to configurations above, simply ensure that you define the server endpoint as https //aidenmcp opsverse io/mcp and pass the authorization header as bearer \<apikey> and you should be able to use aiden tools, prompts, and resources