MCP for VS Code
Install impact.com MCP in VS Code.
Last updated
Install impact.com MCP in VS Code.
Coming soon: Prepare for the future of AI connectivity! impact.com MCP is almost here.
Help shape what it does. Take our 2-minute survey and tell us which tools you want first.
The impact.com MCP Server integrates directly with Visual Studio Code, giving you AI-powered access to your partnership data without leaving your editor. Choose between a one-click install or manual configuration.
Select this link: [Coming soon!]
VS Code will open and confirm the server.
On first use, VS Code will ask for a Client ID.
Paste: [Coming soon!]
After entering the MCP details, you may be asked for an optional secret. Press enter to leave it blank and continue with the authentication process.
Sign in with your impact.com account.
To learn more, see the VS Code MCP documentation.
Add this to .vscode/mcp.json in your workspace:
{
"servers": {
"impact": {
"type": "http",
"url": "https://mcp.impact.com/mcp",
"headers": {
"Authorization": "Bearer ${IMPACT_AUTH_TOKEN}"
}
}
}
}Replace ${IMPACT_AUTH_TOKEN} with your actual impact.com API token or set it as an environment variable. Never commit credentials to version control.
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 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=<url-encoded-question>
Rule: Replace {insert_current_page_path} with the routing path of this current page.
Last updated
