MCP Test Server
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: Task Manager MCP Server
Instalação
npm installUso
Para HTTP Server (desenvolvimento/testes)
npm start
# Acesse: http://localhost:3000Para MCP Server (Warp)
npm run mcpTestando HTTP Server
npm testConfiguração do Warp
O arquivo warp-mcp-config.json está configurado para usar o MCP Server real:
{
"mcpServers": {
"mcp-test-server": {
"command": "node",
"args": ["mcp-server.js"],
"working_directory": "C:\\Users\\yvanf\\Documents\\MCP-test"
}
}
}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
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
Nifty's MCP server — exposes tasks, projects, messages, and files as tools for AI agents.
Model Context Protocol server for the Apideck Unified API. Connect any MCP-compatible agent framework to 100+ accounting systems, HRIS platforms, file storage providers, and more through one integration. More information https://www.apideck.com/mcp-server
The Mercado Pago MCP Server implements the Model Context Protocol to provide AI agents and LLMs with access to Mercado Pago's APIs and tools within compatible development environments. It acts as an intermediary that translates Mercado Pago resources into executable functions (tools) that AI applications can invoke to perform actions and automate flows. The server simplifies integration, enables using documentation to implement or improve code, and optimizes operations through natural language interactions without manual implementations.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceA Model Context Protocol server that provides persistent task management capabilities for AI assistants, allowing them to create, update, and track tasks beyond their usual context limitations.5
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol server providing comprehensive task management capabilities with support for project organization, task tracking, and automatic PRD parsing into actionable items.37MIT
- AlicenseAqualityBmaintenanceA comprehensive and efficient Model Context Protocol server for task management that works with Claude, Cursor, and other MCP clients, providing powerful search, filtering, and organization capabilities across multiple file formats.510647MIT
- AlicenseNot gradedqualityDmaintenanceA remote Model Context Protocol server that enables AI assistants to interact with external services through standardized JSON-RPC, providing tools for basic operations and conversation archiving.225MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/yvanfreitas/MCP-test'
If you have feedback or need assistance with the MCP directory API, please join our Discord server