Integration in Cursor
How to integrate the ADOxx MCP server in Cursor
Cursor (https://cursor.com/) is an AI-powered code editor designed to act as an autonomous coding agent. It has built-in abilities to connect to external MCP servers.
This article describes how to configure Cursor to connect to the ADOxx MCP server.
Configuration
To set up a connection to an ADOxx MCP, open the Cursor Settings (File -> Preferences -> Cursor Settings). Navigate to "Tools & MCPs" and click on "New MCP Server". This will open a JSON editor containing the MCP configuration.
A sample configuration using the ADOxx MCP server will look like this:
{
"mcpServers":
{
"adoxx":
{
"url": "<ADOXX_URL>/mcp/message",
"headers":
{
"Authorization": "Bearer <TOKEN>"
},
"type": "http"
}
}
}
<ADOXX_URL> is the URL at which the application is available (e.g. https://<HOST>:<PORT>/ADOxx), <TOKEN> is a generated OAuth 2 or OIDC token that can be generated via the oauth2/token or oidc/token endpoints or directly in the Authentication component on the Administration Page (https://docs.boc-group.com/adonis/en/docs/16.6/news/#oauth-20--oidc-generate-tokens--first-party-applications).
With this configuration, Cursor will be able to connect to the ADOxx MCP server and fetch the list of available tools: