loading…
Search for a command to run...
loading…
Provide a server implementation for the Model Context Protocol (MCP) to enable dynamic integration of LLMs with external data and tools. Facilitate standardized
Provide a server implementation for the Model Context Protocol (MCP) to enable dynamic integration of LLMs with external data and tools. Facilitate standardized access to resources, tools, and prompts for enhanced LLM capabilities. Simplify the development of MCP-compliant servers for various applications.
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"apidocs-mcp-server": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"run",
"as950118/apidocs-mcp-server"
]
}
}
}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