# Copy of 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: [Install in Cursor](cursor://anysphere.cursor-deeplink/mcp/install?name=impact\&config=eyJ1cmwiOiJodHRwczovL21jcC5pbXBhY3QuY29tL21jcCIsImF1dGgiOnsiQ0xJRU5UX0lEIjoibWNwLWltcGFjdC1jdXJzb3IiLCJzY29wZXMiOlsib2ZmbGluZV9hY2Nlc3MiLCJwcm9maWxlIl19LCJoZWFkZXJzIjp7fX0=).

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": "mcp-impact-cursor",
    "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: 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:

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

The question should be specific, self-contained, and written in natural language.
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.
