Quickstart

Skeet connects your AI tools to your favorite apps, making them work together seamlessly.

Add your MCP key to your AI app

The first step is to add your Skeet MCP key to your preferred AI application. This key allows your AI to access the Skeet Model Context Protocol server.

Cursor logo

Cursor

Access your tools and data inside Cursor Composer.

Windsurf logo

Windsurf

Connect to tools and data inside Windsurf Cascade.

Claude logo

Claude

Connect your favorite tools to claude to improve your dev flow.

Cursor Setup

To configure MCP Servers in Cursor, you need to modify the global MCP servers mcp.json file.

  1. Open Cursor Settings
  2. Select MCP
  3. Select "Add new global MCP Server"
  4. In the mcp.json file, you need to specify a list of MCP servers. Use the following JSON structure:
mcp.json
{
  "mcpServers": {
    "skeet.build": {
      "url": "https://skeet.sh/ot/YOUR_SKEET_MCP_KEY"
    }
  }
}
  1. Save the mcp.json file
  2. Make sure server is set to Enabled in the settings UI.
Cursor MCP Settings

To learn more about Cursor's MCP implementation, visit the Cursor MCP documentation.

Windsurf Setup

To configure MCP Servers in Windsurf, you need to modify the ~/.codeium/windsurf/mcp_config.json file.

  1. Open Windsurf
  2. Open Cascade by using ⌘L
  3. To quickly access the MCP config file, find the toolbar above the Cascade input and click the hammer icon (🔨), then click the "Configure" button
  4. In the mcp_config.json file, you need to specify a list of MCP servers. Use the following JSON structure:
mcp.json
{
  "mcpServers": {
    "skeet.build": {
      "url": "https://skeet.sh/ot/YOUR_SKEET_MCP_KEY"
    }
  }
}
  1. Save the mcp_config.json file
  2. If the integration is successful, the toolbar should indicate that you have MCP servers available, and you should see "1 available MCP server" (or more if you configured additional servers).

Verify your MCP connection

After adding your MCP key, you can verify the connection is working by listing your available integrations. This command lets you check that your AI can successfully communicate with the Skeet MCP server.

COMMAND
List Skeet integrations
List my skeet integrations

Your AI should respond with a list of available integrations and their connection status. If everything is working correctly, you'll see a welcome message from the Skeet MCP server.

List Skeet integrations

Connect Integrations

Now that your AI is connected to Skeet, you can connect to your favorite apps through OAuth. This allows your AI to access and work with data from these applications.

Connect integrations in the dashboard ».

Integrations

Sequential Thinking

Enable dynamic and reflective problem-solving through structured thinking steps.

Read more

Memory

Access your Memory directly in your workflow.

Read more

Linear

Get issue details, create issues, add updates to issues, and more.

Read more

Github

Access your repositories, PRs, and issues directly in your workflow.

Read more

Slack

Send updates to your team in Slack about issues and PRs.

Read more

Jira

Access your Jira issues and projects directly in your workflow.

Read more

Postgres

Access your Postgres databases directly in your workflow.

Read more

Sequential Thinking

Break down complex problems into manageable steps.

Read more

Notion

Access your Notion databases directly in your workflow.

Read more

MySQL

Access your MySQL databases directly in your workflow.

Read more

Sentry

Access your Sentry issues and projects directly in your workflow.

Read more

Figma

Access your Figma files and designs directly in your workflow.

Read more

Redis

Access your Redis databases directly in your workflow.

Read more

OpenSearch

Access your OpenSearch databases directly in your workflow.

Read more

Make your first MCP query

After connecting an integration, you can start making queries using the MCP tools. Here are some examples of how to interact with your connected integrations:

Find my open pull requests on GitHub

Your AI will use the appropriate MCP tool to interact with the connected application and perform the requested action.

What's next?

Great! You've now set up Skeet MCP, connected an integration, and made your first query. Explore the available integrations and make your AI even more powerful.

Was this page helpful?