McpServer
@Adriano-Severino
关于 McpServer
暂无概览
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is McpServer?
McpServer is a .NET implementation of the Model Context Protocol (MCP) that integrates Ollama AI models with a book management API. It provides HTTP endpoints to execute tools for book CRUD operations, AI model interaction, and system utilities, targeting developers and integrators who need a bridge between LLMs and structured data.
How to use McpServer?
Deploy using Docker Compose (recommended) or run locally with .NET 9. After startup, access the server at http://localhost:5500 and call tools via POST /api/execute. Integrate with Open WebUI by setting MCP_SERVER_URL environment variable.
Key features of McpServer?
- Book CRUD tools: create, read, update books via API.
- Ollama integration: list models and generate AI responses.
- Connectivity and configuration diagnostic utilities.
- HTTP API with OpenAPI documentation at
/api/openapi.json. - Docker Compose orchestration for single-command deployment.
- Works with Open WebUI for chat-based tool invocation.
Use cases of McpServer?
- AI-powered book search and retrieval using natural language.
- Automated book cataloging through LLM-generated prompts.
- Educational demonstration of MCP protocol with a live API.
- Combined AI response generation with real-time book database queries.
FAQ from McpServer
How to check connectivity between McpServer components?
Use the VerificarConectividade tool by sending a POST request to /api/execute with tool name VerificarConectividade and no parameters.
How to list available Ollama models through McpServer?
Call the ListModels tool via POST /api/execute with tool name ListModels and no parameters.
What are the system requirements for running McpServer?
At least 8 GB of RAM (16 GB recommended for larger AI models), 10 GB of disk space, and Docker installed. .NET 9 SDK is needed for local development.
How to add a new book using McpServer?
Use the CadastrarAsync tool with a JSON body containing titulo, autor, anoPublicacao, and genero fields, e.g., via POST /api/execute.
How to troubleshoot connectivity issues between services?
Ensure all Docker containers are running (docker-compose ps), check logs (docker-compose logs), and use the VerificarConectividade tool to verify component links.
其他 分类下的更多 MCP 服务器
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
ICSS
chokcoco不止于 CSS
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Servers
modelcontextprotocolModel Context Protocol Servers
ghidraMCP
LaurieWiredMCP Server for Ghidra
评论