Files
SuperCharged-Claude-Code-Up…/dexto/docs/examples/mcp-store.md
admin b52318eeae feat: Add intelligent auto-router and enhanced integrations
- Add intelligent-router.sh hook for automatic agent routing
- Add AUTO-TRIGGER-SUMMARY.md documentation
- Add FINAL-INTEGRATION-SUMMARY.md documentation
- Complete Prometheus integration (6 commands + 4 tools)
- Complete Dexto integration (12 commands + 5 tools)
- Enhanced Ralph with access to all agents
- Fix /clawd command (removed disable-model-invocation)
- Update hooks.json to v5 with intelligent routing
- 291 total skills now available
- All 21 commands with automatic routing

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2026-01-28 00:27:56 +04:00

69 lines
2.1 KiB
Markdown

---
title: "MCP Store: Tool Discovery & Integration"
---
import ExpandableImage from '@site/src/components/ExpandableImage';
# MCP Store: Tool Discovery & Integration
Equip your agents with 20+ MCP servers and start using them via chat - instantly.
<ExpandableImage src="/assets/mcp_store_demo.gif" alt="MCP Store Demo" title="MCP Store: Tool Discovery & Integration" width={900} />
## What it does
The MCP Store provides a curated collection of ready-to-use MCP servers:
- **Discover tools** from the integrated marketplace
- **Install with one click** directly from the Web UI
- **Bring your own keys** for API-based services
- **Start using immediately** - no configuration needed
## How to use
1. **Launch Web UI:**
```bash
dexto
```
2. **Open MCP Store:**
- Click "MCP Store" in the sidebar
- Browse available servers
- View server details, required keys, and capabilities
3. **Install a server:**
- Click "Install" on any server
- Provide required API keys if needed
- Server tools become available instantly
4. **Use in conversation:**
```text
"Search the web for latest AI news" # Uses Brave Search
"List files in this directory" # Uses Filesystem tools
"Send a message to the team channel" # Uses Slack integration
```
## Available Servers
Browse the integrated MCP Store to discover available servers. The store includes servers across categories like:
- **Search & Web** - Brave Search, web scraping
- **Development** - Filesystem access, Git operations
- **Communication** - Slack integration
- **Data** - Database connections, file operations
- **AI** - Image generation, audio processing
Check the Web UI MCP Store to see the current list of available servers with installation instructions and requirements.
## Contributing
Can't find an MCP server you need?
- [Contribute to the registry](https://github.com/truffle-ai/dexto/blob/main/CONTRIBUTING.md)
- [Build your own MCP server](https://modelcontextprotocol.io/)
- Submit a feature request
## Learn More
- [MCP Overview](/docs/mcp/overview)
- [MCP Configuration](/docs/guides/configuring-dexto/mcpConfiguration)
- [Official MCP Servers](https://github.com/modelcontextprotocol/servers)