Skip to main content
Glama
mariotaddeucci

Template MCP

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.

A
license - permissive license
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • F
    license
    -
    quality
    D
    maintenance
    A 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.
  • F
    license
    -
    quality
    C
    maintenance
    A 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
  • F
    license
    -
    quality
    B
    maintenance
    An 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.

View all related MCP servers

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…

View all MCP Connectors

Latest Blog Posts

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