Provides MCP protocol implementation compatible with Warp terminal, exposing tools for managing users and tasks, including listing, creating, and searching functionality.
MCP Test Server
Este projeto contém dois tipos de servidores:
HTTP Server (
server.js
) - Um servidor REST API tradicionalMCP Server (
mcp-server.js
) - Um servidor Model Context Protocol real
⚠️ Diferença Importante
HTTP Server (server.js
)
✅ Servidor REST API tradicional
✅ Funciona no navegador (http://localhost:3000)
❌ NÃO compatível com Warp MCP
Uso: Testes manuais e desenvolvimento
MCP Server (mcp-server.js
)
✅ Servidor MCP real compatível com Warp
✅ Implementa protocolo JSON-RPC via stdio
✅ Expõe ferramentas (tools) para LLMs
❌ Não funciona no navegador
Uso: Integração com Warp e outros clientes MCP
Instalação
Uso
Para HTTP Server (desenvolvimento/testes)
Para MCP Server (Warp)
Testando HTTP Server
Configuração do Warp
O arquivo warp-mcp-config.json
está configurado para usar o MCP Server real:
Ferramentas Disponíveis no MCP
get_users
- Listar usuáriosget_user
- Obter usuário por IDcreate_user
- Criar novo usuárioget_tasks
- Listar tarefascreate_task
- Criar nova tarefasearch
- Buscar usuários e tarefas
License
ISC
A Model Context Protocol server that enables LLMs to interact with user and task data through JSON-RPC, offering tools like user management, task creation, and search functionality.
Related MCP Servers
- AsecurityAlicenseAqualityA Model Context Protocol server that enables LLMs to interact with Salesforce data through SOQL queries, SOSL searches, and various API operations including record management.Last updated -10139MIT License
- AsecurityAlicenseAqualityA Model Context Protocol server implementation that enables LLMs to query and manipulate JSON data using JSONPath syntax with extended operations for filtering, sorting, transforming, and aggregating data.Last updated -28177MIT License
- -securityAlicense-qualityA Model Context Protocol Server that enables LLMs to interact with and execute REST API calls through natural language prompts, supporting GET/PUT/POST/PATCH operations on configured APIs.Last updated -6Apache 2.0
- -securityAlicense-qualityA Model Context Protocol server that enables LLMs to interact with databases (currently MongoDB) through natural language, supporting operations like querying, inserting, deleting documents, and running aggregation pipelines.Last updated -MIT License