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 "Deploy 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: sql-mcp-server
🚀 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 deployed
Maintenance
Related MCP Connectors
MCP server for mandates, delegation, policy-gated execution, credential grants, and audit.
An MCP server that provides Javelin Standalone Guardrails
MCP server teaching AI agents to implement TideCloak: auth, E2EE, IGA, security analysis
Related MCP Servers
AlicenseAqualityDmaintenanceMCP server that protects shell, file, database, git, and HTTP operations with per-agent permission rules506 npmMIT- FlicenseNot gradedqualityCmaintenanceA 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-
- AlicenseNot gradedqualityBmaintenanceAn MCP server for agent authorization that tests the full effect surface and enforces control over consequential actions before dispatch, emitting verifiable execution evidence.2Apache 2.0
- FlicenseNot gradedqualityBmaintenanceAn MCP server that acts as an authorization gateway between an AI agent and external systems, deterministically refusing actions that exceed granted authority and sealing every decision into an auditable chain of custody.-