Skip to main content
Glama

Lucidity MCP

context.py549 B
""" Lucidity MCP Instance. This module provides the MCP server instance for the Lucidity application. It's separated to avoid cyclic imports between server.py and tools/resources modules. """ import logging from mcp.server.fastmcp import FastMCP logger = logging.getLogger("lucidity") # Create the MCP server with lifespan mcp = FastMCP( "Lucidity-MCP", description="AI Powered Code Review Tool for MCP", version="0.1.0", dependencies=["rich", "python-dotenv"], ) # Explicitly define what should be imported __all__ = ["mcp"]

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/hyperb1iss/lucidity-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server