Provides MCP protocol implementation compatible with Warp terminal, exposing tools for managing users and tasks, including listing, creating, and searching functionality.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MCP Test Servercreate a new task for John to review the quarterly report by Friday"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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
Related MCP server: JSON MCP Server
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