Skip to content

Commit e7c169a

Browse files
authored
updated mcp tools docs (#376)
1 parent 0d06f47 commit e7c169a

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

fern/tools/mcp.mdx

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,27 @@ Zapier offers an MCP server that provides access to thousands of app integration
144144
Zapier MCP provides access to over 7,000+ apps and 30,000+ actions without requiring complex API integrations.
145145
</Note>
146146

147+
### Composio MCP
148+
149+
Composio also offers an MCP server for integration:
150+
151+
1. Log in to the Composio dashboard at https://mcp.composio.dev/dashboard
152+
2. Select the tool you want to integrate (e.g., Gmail)
153+
3. Enable the MCP server for the selected tool by connecting your account using authentication flow
154+
4. Create a server and copy the generated URL
155+
5. Add this URL to your MCP tool configuration as the `serverUrl`
156+
6. Your assistant will now have access to the specific Composio tool integration
157+
158+
<Note type="warning">
159+
**Context Overflow Warning**: Some MCP server tool calls (eg: GitHub API queries) may return large amounts of data. This can exceed model context limits, affecting assistant performance and potentially causing failures, especially with models like GPT-4o.
160+
161+
**Best Practices**:
162+
- Configure your MCP tools to return focused, relevant data
163+
- Use filtering parameters when available to limit response size
164+
- Test your integration with realistic queries before deploying
165+
- Monitor token usage and context size during development
166+
</Note>
167+
147168
## References
148169

149170
- [Model Context Protocol Introduction](https://modelcontextprotocol.io/introduction)

0 commit comments

Comments
 (0)