Skip to main content
Glama

FRED MCP Server

fred372 B
#!/usr/bin/env python3 """ Fred MCP Server entry point. """ import asyncio import sys from fred_mcp_server.server import main if __name__ == "__main__": try: asyncio.run(main()) except KeyboardInterrupt: print("Server interrupted by user") sys.exit(0) except Exception as e: print(f"Fatal error: {str(e)}") sys.exit(1)

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/milind-kulshrestha/fred_mcp_server'

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