Template MCP
Enables running an Eunomia authorization server via Docker for handling access control policies
Uses environment configuration files for managing server settings across different environments
Utilizes Pydantic for data validation and settings management in the MCP server
Provides testing infrastructure for the MCP server functionality
Built on Python with FastMCP for creating a secure MCP server environment
Employs TOML for project configuration via pyproject.toml
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., "@Template MCPshow me the current access policies for the admin group"
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.
Template MCP
Servidor MCP seguro com FastMCP e Eunomia Authorization - controle de acesso granular com políticas JSON dinâmicas.
✅ Status do Setup Inicial
Projeto inicializado com uv
Dependências instaladas (fastmcp, eunomia-ai, eunomia-sdk, pydantic, pytest, pytest-asyncio)
Servidor Eunomia rodando via Docker
Estrutura de diretórios criada (src/, tests/, docs/, configs/, examples/)
Configuração de ambiente implementada
Build system configurado
Testes básicos funcionando
Related MCP server: AgentsID Guard
🚀 Quick Start
# 1. Instalar dependências
uv sync --all-extras
# 2. Iniciar servidor Eunomia
docker run -d -p 8000:8000 ttommitt/eunomia-server:latest
# 3. Executar aplicação básica
uv run python -m template_mcp.main
# 4. Executar testes
uv run pytest📁 Estrutura do Projeto
template-mcp/
├── src/template_mcp/ # Código fonte principal
├── tests/ # Testes unitários e de integração
├── docs/ # Documentação
├── configs/ # Arquivos de configuração
├── examples/ # Exemplos e scripts de demonstração
├── .env.* # Arquivos de ambiente
└── pyproject.toml # Configuração do projeto🛠 Próximos Passos
Ver Task.md para a lista completa de tarefas pendentes.
This server cannot be installed
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 Servers
- Flicense-qualityDmaintenanceA secure MCP server example that demonstrates how to deploy to Google Cloud Run with authentication and identity token protection. Serves as a tutorial template for building production-ready MCP servers in the cloud.

AgentsID Guardofficial
AlicenseAqualityDmaintenanceMCP server that protects shell, file, database, git, and HTTP operations with per-agent permission rules5010MIT- Flicense-qualityCmaintenanceA secure MCP server for database access via FastMCP, supporting SQLite, PostgreSQL, MySQL, and MSSQL with safe-by-default SQL validation and multi-instance runtime.1
- Flicense-qualityBmaintenanceAn MCP server with HTTP/stdio support, a web admin panel for managing services, capabilities, and user permissions with Bearer token authentication, enabling relay and access control for MCP tools.
Related MCP Connectors
MCP server teaching AI agents to implement TideCloak: auth, E2EE, IGA, security analysis
An MCP server for Arcjet - the runtime security platform that ships with your AI code.
A MCP server built for developers enabling Git based project management with project and personal…
Appeared in Searches
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/mariotaddeucci/template-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server