{
"mcpServers": {
"fastmcpserver": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
License not specified.
Is it maintained?
Last commit 112 days ago.
Will it work with my client?
Transport: http. Compatibility not confirmed.
No automated test available for this server. Check the GitHub README for setup instructions.
No known vulnerabilities.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationHave you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Persistent memory using a knowledge graph
Privacy-first. MCP is the protocol for tool access. We're the virtualization layer for context.
Pre-build reality check. Scans GitHub, HN, npm, PyPI, Product Hunt — returns 0-100 signal.
Monitor browser logs directly from Cursor and other MCP compatible IDEs.
MCP Security Weekly
Get CVE alerts and security updates for FastMcpServer and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Servidor MCP en .NET 9 que expone dos herramientas basadas en la PokéAPI v2. Usa el SDK oficial ModelContextProtocol + ModelContextProtocol.AspNetCore y transport HTTP compatible con clientes MCP (VS Code, agentes, etc.).
dotnet restore
dotnet run --project FastMcpServer
Variables de entorno soportadas:
PORT o MCP_PORT: puerto HTTP (por defecto 3001).El endpoint MCP HTTP queda en http://localhost:<puerto>/mcp. También se expone mcp.json para discovery local en FastMcpServer/mcp.json (ajusta la URL si cambias el puerto).
ListPokemon
Entradas: limit (int, opcional, default 20), offset (int, opcional, default 0)
Respuesta: {"count": int, "pokemons": [{ "name": string, "url": string }] }
GetPokemonByName
Entradas: name (string, requerido; nombre o ID)
Respuesta: objeto Pokémon con id, name, height, weight, types, abilities, sprites, stats.