We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Sharath-ts-07/MCPAssignment'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
httpx•224 B
#!/Users/sharathkumar_ts/Downloads/MCPAssignment/.venv/bin/python
import sys
from httpx import main
if __name__ == '__main__':
if sys.argv[0].endswith('.exe'):
sys.argv[0] = sys.argv[0][:-4]
sys.exit(main())