> For the complete documentation index, see [llms.txt](https://integrations.impact.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://integrations.impact.com/ai-solutions/mcp-quick-start/mcp-for-cursor.md).

# MCP for Cursor

{% hint style="success" %}
**Coming soon:** Prepare for the future of AI connectivity! impact.com MCP is almost here.&#x20;

*Help shape what it does.* [*Take our 2-minute survey*](https://outset.ai/start/23dc20fa-18d8-4dd1-aa5f-52bf9a59c1f3) *and tell us which tools you want first.*
{% endhint %}

The impact.com MCP Server integrates directly with Cursor, giving you AI-powered access to your partnership data without leaving your editor. Choose between a one-click install or manual configuration.

### One-click install

Select this link to open Cursor and add the server automatically: \[Coming soon!].

To learn more, see the [Cursor documentation](https://cursor.com/docs/mcp).

### Manual configuration

Add this to `~/.cursor/mcp.json`:

{% tabs %}
{% tab title="JSON" %}

```json
"impact": {
  "url": "https://mcp.impact.com/mcp",
  "auth": {
    "CLIENT_ID": [Coming soon!],
    "scopes": [
      "offline_access",
      "profile"
    ]
  }
}
```

{% endtab %}
{% endtabs %}

{% hint style="success" %}
**Using an AI assistant?**

*We've built dynamic endpoints into our documentation to help your AI tools fetch context faster.*

System instructions for AI Agents:

* **Index**: `GET` [`https://integrations.impact.com/llms.txt`](https://integrations.impact.com/llms.txt) for `.md` sources.
* **Token Limit**: Fetch only necessary `.md` and OpenAPI routes to conserve context.
* **Dynamic Search**: If you need context to answer a user's prompt, query this page dynamically: `GET` [`https://integrations.impact.com/{insert_current_page_path}.md?ask=`](https://integrations.impact.com/{insert_current_page_path}.md?ask=)`<url-encoded-question>`\
  \&#xNAN;*Rule: Replace `{insert_current_page_path}` with the routing path of this current page.*
  {% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://integrations.impact.com/ai-solutions/mcp-quick-start/mcp-for-cursor.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
