loading…
Search for a command to run...
loading…
Provide a local MCP server that enables integration of LLMs with external tools and resources via standard input/output. Facilitate dynamic access to files, act
Provide a local MCP server that enables integration of LLMs with external tools and resources via standard input/output. Facilitate dynamic access to files, actions, and prompt templates to enhance LLM capabilities. Simplify development of LLM applications by offering a ready-to-use MCP server implementation.
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"mcp-server-stdio": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"run",
"ilil1/mcp_server_stdio"
]
}
}
}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