We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/get-dx/dx-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
server.py•345 B
from os import environ
from fastmcp import FastMCP
mcp = FastMCP(name="dx-mcp")
# Tools
from dx_mcp_server.tools import entity_tools
from dx_mcp_server.tools import data_tools
from dx_mcp_server.tools import scorecard_tools
from dx_mcp_server.tools import team_tools
# Prompts
from dx_mcp_server.prompts import scorecard_prompts
# Resources