loading…
Search for a command to run...
loading…
Provide a customizable MCP server implementation that integrates with Claude Desktop and other clients. Enable dynamic loading and execution of tools and resour
Provide a customizable MCP server implementation that integrates with Claude Desktop and other clients. Enable dynamic loading and execution of tools and resources via the Model Context Protocol to enhance LLM applications. Simplify installation and deployment with support for Smithery and containerized environments.
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"deep-dive-mcp": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"run",
"flynnhou/deep-dive-mcp"
]
}
}
}Web content fetching and conversion for efficient LLM usage.
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also