Skip to main content
Glama

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

🚀 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.

-
security - not tested
A
license - permissive license
-
quality - not tested

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

A secure MCP server using FastMCP and Eunomia Authorization, providing granular access control with dynamic JSON policies.

  1. ✅ Status do Setup Inicial
    1. 🚀 Quick Start
      1. 📁 Estrutura do Projeto
        1. 🛠 Próximos Passos

          Related MCP Servers

          • -
            security
            A
            license
            -
            quality
            Eunomia MCP Server is an extension of the Eunomiaframework that connects Eunomia instruments with servers. It provides a simple way to orchestrate data governance policies (like PII detection or user access control) and seamlessly integrate them with external serve
            Last updated -
            6
            Python
            Apache 2.0
          • A
            security
            A
            license
            A
            quality
            An MCP server that enables interaction with Safe (formerly Gnosis Safe) smart contract wallets, allowing users to query transactions, get multisig details, and decode transaction data through natural language.
            Last updated -
            3
            2
            JavaScript
            MIT License
          • A
            security
            A
            license
            A
            quality
            An MCP server that enables secure terminal command execution, directory navigation, and file system operations through a standardized interface for LLMs.
            Last updated -
            10
            73
            Python
            MIT License
            • Apple
          • A
            security
            F
            license
            A
            quality
            A secure server that implements the Model Context Protocol (MCP) to enable controlled execution of authorized shell commands with stdin support.
            Last updated -
            1
            Python

          View all related MCP servers

          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