Skip to content

Commit 811567a

Browse files
authored
Merge branch 'main' into feature/add-codegpt-mcp-client
2 parents 8883ba8 + 73e4f6b commit 811567a

18 files changed

+139
-292
lines changed

docs/clients.mdx

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This page provides an overview of applications that support the Model Context Pr
1515
| [AgentAI][AgentAI] ||||||| Agent Library written in Rust with tools support |
1616
| [AgenticFlow][AgenticFlow] ||||||| Supports tools, prompts, and resources for no-code AI agents and multi-agent workflows. |
1717
| [Amazon Q CLI][Amazon Q CLI] ||||||| Supports prompts and tools. |
18-
| [Apify MCP Tester][Apify MCP Tester] ||||||| Supports tools |
18+
| [Apify MCP Tester][Apify MCP Tester] ||||||| Supports remote MCP servers and tool discovery. |
1919
| [BeeAI Framework][BeeAI Framework] ||||||| Supports tools in agentic workflows. |
2020
| [BoltAI][BoltAI] ||||||| Supports tools. |
2121
| [Claude.ai][Claude.ai] ||||||| Supports tools, prompts, and resources for remote MCP servers. |
@@ -45,6 +45,7 @@ This page provides an overview of applications that support the Model Context Pr
4545
| [Microsoft Copilot Studio] ||||||| Supports tools |
4646
| [MindPal][MindPal] ||||||| Supports tools for no-code AI agents and multi-agent workflows. |
4747
| [Msty Studio][Msty Studio] ||||||| Supports tools |
48+
| [NVIDIA Agent Intelligence toolkit][AIQ toolkit] ||||||| Supports tools in agentic workflows. |
4849
| [OpenSumi][OpenSumi] ||||||| Supports tools in OpenSumi |
4950
| [oterm][oterm] ||||||| Supports tools, prompts and sampling for Ollama. |
5051
| [Postman][postman] ||||||| Supports tools, resources, prompts, and sampling |
@@ -65,6 +66,7 @@ This page provides an overview of applications that support the Model Context Pr
6566
[5ire]: https://github.com/nanbingxyz/5ire
6667
[AgentAI]: https://github.com/AdamStrojek/rust-agentai
6768
[AgenticFlow]: https://agenticflow.ai/mcp
69+
[AIQ toolkit]: https://github.com/NVIDIA/AIQToolkit
6870
[Amazon Q CLI]: https://github.com/aws/amazon-q-developer-cli
6971
[Apify MCP Tester]: https://apify.com/jiri.spilka/tester-mcp-client
7072
[BeeAI Framework]: https://i-am-bee.github.io/beeai-framework
@@ -118,6 +120,7 @@ This page provides an overview of applications that support the Model Context Pr
118120
[HyperAgent]: https://github.com/hyperbrowserai/HyperAgent
119121
[Discovery]: /docs/concepts/tools#tool-discovery-and-updates
120122

123+
121124
</div>
122125

123126
## Client details
@@ -450,6 +453,19 @@ Programmatically assemble prompts for LLMs using [GenAIScript](https://microsoft
450453
**Learn more:**
451454
- [Msty Studio Documentation](https://docs.msty.studio/features/toolbox/tools)
452455

456+
### NVIDIA Agent Intelligence (AIQ) toolkit
457+
[NVIDIA Agent Intelligence (AIQ) toolkit](https://github.com/NVIDIA/AIQToolkit) is a flexible, lightweight, and unifying library that allows you to easily connect existing enterprise agents to data sources and tools across any framework.
458+
459+
**Key features:**
460+
- Acts as an MCP **client** to consume remote tools
461+
- Acts as an MCP **server** to expose tools
462+
- Framework agnostic and compatible with LangChain, CrewAI, Semantic Kernel, and custom agents
463+
- Includes built-in observability and evaluation tools
464+
465+
**Learn more:**
466+
- [AIQ toolkit GitHub repository](https://github.com/NVIDIA/AIQToolkit)
467+
- [AIQ toolkit MCP documentation](https://docs.nvidia.com/aiqtoolkit/latest/workflows/mcp/index.html)
468+
453469
### OpenSumi
454470
[OpenSumi](https://github.com/opensumi/core) is a framework helps you quickly build AI Native IDE products.
455471

docs/docs/tools/debugging.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ The Claude.app interface provides basic server status information:
3838
- Connected servers
3939
- Available prompts and resources
4040

41-
2. Click the <img src="/images/claude-desktop-mcp-hammer-icon.svg" style={{display: 'inline', margin: 0, height: '1.3em'}} /> icon to view:
41+
2. Click the "Search and tools" <img src="/images/claude-desktop-mcp-slider.svg" style={{display: 'inline', margin: 0, height: '1.3em'}} /> icon to view:
4242
- Tools made available to the model
4343

4444
### Viewing logs

docs/examples.mdx

Lines changed: 5 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Example Servers
2+
title: Example Servers
33
description: 'A list of example servers and implementations'
44
---
55

@@ -38,38 +38,11 @@ These official reference servers demonstrate core MCP features and SDK usage:
3838

3939
## Official integrations
4040

41-
These MCP servers are maintained by companies for their platforms:
41+
Visit the [MCP Servers Repository (Official Integrations section)](https://github.com/modelcontextprotocol/servers?tab=readme-ov-file#%EF%B8%8F-official-integrations) for a list of MCP servers maintained by companies for their platforms.
4242

43-
- **[Axiom](https://github.com/axiomhq/mcp-server-axiom)** - Query and analyze logs, traces, and event data using natural language
44-
- **[Browserbase](https://github.com/browserbase/mcp-server-browserbase)** - Automate browser interactions in the cloud
45-
- **[BrowserStack](https://github.com/browserstack/mcp-server)** - Access BrowserStack's [Test Platform](https://www.browserstack.com/test-platform) to debug, write and fix tests, do accessibility testing and more.
46-
- **[Cloudflare](https://github.com/cloudflare/mcp-server-cloudflare)** - Deploy and manage resources on the Cloudflare developer platform
47-
- **[E2B](https://github.com/e2b-dev/mcp-server)** - Execute code in secure cloud sandboxes
48-
- **[Neon](https://github.com/neondatabase/mcp-server-neon)** - Interact with the Neon serverless Postgres platform
49-
- **[Obsidian Markdown Notes](https://github.com/calclavia/mcp-obsidian)** - Read and search through Markdown notes in Obsidian vaults
50-
- **[Prisma](https://pris.ly/docs/mcp-server)** - Manage and interact with Prisma Postgres databases
51-
- **[Qdrant](https://github.com/qdrant/mcp-server-qdrant/)** - Implement semantic memory using the Qdrant vector search engine
52-
- **[Raygun](https://github.com/MindscapeHQ/mcp-server-raygun)** - Access crash reporting and monitoring data
53-
- **[Search1API](https://github.com/fatwang2/search1api-mcp)** - Unified API for search, crawling, and sitemaps
54-
- **[Snyk](https://github.com/snyk/snyk-ls/tree/main/mcp_extension)** - Enhance security posture by embedding [Snyk](https://snyk.io) vulnerability scanning directly into agentic workflows.
55-
- **[Stripe](https://github.com/stripe/agent-toolkit)** - Interact with the Stripe API
56-
- **[Tinybird](https://github.com/tinybirdco/mcp-tinybird)** - Interface with the Tinybird serverless ClickHouse platform
57-
- **[Weaviate](https://github.com/weaviate/mcp-server-weaviate)** - Enable Agentic RAG through your Weaviate collection(s)
43+
## Community implementations
5844

59-
## Community highlights
60-
61-
A growing ecosystem of community-developed servers extends MCP's capabilities:
62-
63-
- **[Docker](https://github.com/ckreiling/mcp-server-docker)** - Manage containers, images, volumes, and networks
64-
- **[Kubernetes](https://github.com/Flux159/mcp-server-kubernetes)** - Manage pods, deployments, and services
65-
- **[Linear](https://github.com/jerhadf/linear-mcp-server)** - Project management and issue tracking
66-
- **[Snowflake](https://github.com/datawiz168/mcp-snowflake-service)** - Interact with Snowflake databases
67-
- **[Spotify](https://github.com/varunneal/spotify-mcp)** - Control Spotify playback and manage playlists
68-
- **[Todoist](https://github.com/abhiz123/todoist-mcp-server)** - Task management integration
69-
70-
> **Note:** Community servers are untested and should be used at your own risk. They are not affiliated with or endorsed by Anthropic.
71-
72-
For a complete list of community servers, visit the [MCP Servers Repository](https://github.com/modelcontextprotocol/servers).
45+
Visit the [MCP Servers Repository (Community section)](https://github.com/modelcontextprotocol/servers?tab=readme-ov-file#-community-servers) for a list of MCP servers maintained by community members.
7346

7447
## Getting started
7548

@@ -120,12 +93,6 @@ To use an MCP server with Claude, add it to your configuration:
12093

12194
## Additional resources
12295

123-
- [MCP Servers Repository](https://github.com/modelcontextprotocol/servers) - Complete collection of reference implementations and community servers
124-
- [Awesome MCP Servers](https://github.com/punkpeye/awesome-mcp-servers) - Curated list of MCP servers
125-
- [MCP CLI](https://github.com/wong2/mcp-cli) - Command-line inspector for testing MCP servers
126-
- [MCP Get](https://mcp-get.com) - Tool for installing and managing MCP servers
127-
- [Pipedream MCP](https://mcp.pipedream.com) - MCP servers with built-in auth for 3,000+ APIs and 10,000+ tools
128-
- [Supergateway](https://github.com/supercorp-ai/supergateway) - Run MCP stdio servers over SSE
129-
- [Zapier MCP](https://zapier.com/mcp) - MCP Server with over 7,000+ apps and 30,000+ actions
96+
Visit the [MCP Servers Repository (Resources section)](https://github.com/modelcontextprotocol/servers?tab=readme-ov-file#-resources) for a collection of other resources and projects related to MCP.
13097

13198
Visit our [GitHub Discussions](https://github.com/orgs/modelcontextprotocol/discussions) to engage with the MCP community.

docs/images/available-mcp-tools.png

-63.3 KB
Loading

docs/images/claude-desktop-mcp-hammer-icon.svg

Lines changed: 0 additions & 3 deletions
This file was deleted.
Lines changed: 3 additions & 0 deletions
Loading

docs/images/quickstart-hammer.png

-117 KB
Binary file not shown.

docs/images/quickstart-slider.png

64.2 KB
Loading
54.8 KB
Loading

docs/quickstart/server.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1624,21 +1624,21 @@ Save the file, and restart **Claude for Desktop**.
16241624

16251625
### Test with commands
16261626

1627-
Let's make sure Claude for Desktop is picking up the two tools we've exposed in our `weather` server. You can do this by looking for the hammer <img src="/images/claude-desktop-mcp-hammer-icon.svg" style={{display: 'inline', margin: 0, height: '1.3em'}} /> icon:
1627+
Let's make sure Claude for Desktop is picking up the two tools we've exposed in our `weather` server. You can do this by looking for the "Search and tools" <img src="/images/claude-desktop-mcp-slider.svg" style={{display: 'inline', margin: 0, height: '1.3em'}} /> icon:
16281628

16291629
<Frame>
16301630
<img src="/images/visual-indicator-mcp-tools.png" />
16311631
</Frame>
16321632

1633-
After clicking on the hammer icon, you should see two tools listed:
1633+
After clicking on the slider icon, you should see two tools listed:
16341634

16351635
<Frame>
16361636
<img src="/images/available-mcp-tools.png" />
16371637
</Frame>
16381638

16391639
If your server isn't being picked up by Claude for Desktop, proceed to the [Troubleshooting](#troubleshooting) section for debugging tips.
16401640

1641-
If the hammer icon has shown up, you can now test your server by running the following commands in Claude for Desktop:
1641+
If the tool settings icon has shown up, you can now test your server by running the following commands in Claude for Desktop:
16421642

16431643
- What's the weather in Sacramento?
16441644
- What are the active weather alerts in Texas?

0 commit comments

Comments
 (0)