Skip to main content
Glama

Smithsonian Open Access MCP Server

by molanojustin
MIT License
233
2
  • Apple
  • Linux
launch.json1.3 kB
{ "version": "0.2.0", "configurations": [ { "name": "Debug MCP Server", "type": "debugpy", "request": "launch", "module": "smithsonian_mcp.server", "console": "integratedTerminal", "envFile": "${workspaceFolder}/.env", "python": "${workspaceFolder}/.venv/bin/python", "justMyCode": true }, { "name": "Debug API Client Test", "type": "debugpy", "request": "launch", "program": "${workspaceFolder}/examples/test-api-connection.py", "console": "integratedTerminal", "python": "${workspaceFolder}/.venv/bin/python", "envFile": "${workspaceFolder}/.env" }, { "name": "Debug MCP Server (External Terminal)", "type": "debugpy", "request": "launch", "module": "smithsonian_mcp.server", "console": "externalTerminal", "python": "${workspaceFolder}/.venv/bin/python", "envFile": "${workspaceFolder}/.env" }, { "name": "Run All Tests", "type": "debugpy", "request": "launch", "module": "pytest", "args": [ "tests/", "-v", "--tb=short" ], "console": "integratedTerminal", "python": "${workspaceFolder}/.venv/bin/python", "envFile": "${workspaceFolder}/.env" } ] }

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/molanojustin/smithsonian-mcp'

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