Skip to content

Commit 838ed21

Browse files
done (#1359)
1 parent 2236949 commit 838ed21

File tree

3 files changed

+27
-14
lines changed

3 files changed

+27
-14
lines changed
Lines changed: 27 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,40 @@
11
---
22
title: Leverage Composio MCP Server Library
33
sidebarTitle: Composio
4-
description: Connect to Composio MCP servers for 10,000+ out-of-box MCP servers
4+
description: Connect to Composio MCP servers for access to 10,000+ out-of-box integrations
55
icon: "brand/Composio"
66
---
77

8-
### Composio
8+
## Overview
99

10-
[Composio](https://composio.dev/) offers a platform with access to 10,000+ out-of-box MCP servers for popular services.
10+
[Composio](https://composio.dev/) provides access to over 10,000 pre-built MCP servers for popular services and integrations. This guide will walk you through how to connect to Composio MCP servers and use them in your Inkeep project.
1111

12-
#### Quick integration
12+
### Step 1: Create a Composio Account
1313

14-
Follow Composio's MCP Gateway setup to obtain your MCP server URL and credentials. Then register it as a tool in your project:
14+
Sign up for a Composio account at [composio.dev](https://composio.dev/)
1515

16-
```typescript
17-
import { mcpTool } from '@inkeep/agents-sdk';
16+
### Step 2: Configure Your MCP Servers
1817

19-
const composioTool = mcpTool({
20-
id: 'composio-tools',
21-
name: 'Composio Integration',
22-
description: 'Access popular SaaS tools via Composio',
23-
serverUrl: 'YOUR_COMPOSIO_MCP_URL', // From Composio dashboard
24-
});
18+
After creating a new organization and then a new project, navigate to the MCP configurations section and create configs for the MCP servers you want to use.
19+
20+
![Composio MCP Configs](/images/composio-create-config.png)
21+
22+
### Step 3: Retrieve Your API Key
23+
24+
Copy your Composio API key from the Settings tab.
25+
26+
![Composio API key](/images/composio-api-key.png)
27+
28+
### Step 4: Add API Key to Environment
29+
30+
Add your Composio API key to your root `.env` file:
31+
32+
```
33+
COMPOSIO_API_KEY=your-composio-api-key
2534
```
2635

27-
<Snippet file="mcp/next-steps.mdx" />
36+
### Step 5: Restart and Verify
37+
38+
Restart your development servers by pressing Control + C and running `pnpm dev` again (pressing `r` will not work).
39+
40+
Open the Visual Builder and navigate to the MCP Servers tab. Click **+New MCP Server**, then select the **Popular MCP Servers** tab and search for "composio" to see your configured Composio MCP servers.
356 KB
Loading
287 KB
Loading

0 commit comments

Comments
 (0)