Skip to main content
Glama

ChatGPT MCP Server

chatgpt_mcp.py312 B
from mcp.server.fastmcp import FastMCP from chatgpt_mcp.mcp_tools import setup_mcp_tools # Initialize the MCP server mcp = FastMCP("chatgpt") # Setup MCP tools setup_mcp_tools(mcp) def main(): """Main entry point for the MCP server""" mcp.run(transport='stdio') if __name__ == "__main__": main()

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/xncbf/chatgpt-mcp'

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