Skip to main content
Glama

Story SDK MCP Server

by piplabs
.gitignore726 B
# Environment files .env .env.test # OS generated files .DS_Store # Python generated files __pycache__/ *.py[cod] *$py.class *.so .Python build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ *.egg-info/ .installed.cfg *.egg # Test files (but not our regular unit tests) # We want to keep unit test files like test_*.py # But ignore temporary test scripts test.py temp_test*.py # Coverage reports .coverage .coverage.* htmlcov/ .pytest_cache/ coverage.xml *.cover # Log files *.log # Virtual environments .env .venv env/ venv/ ENV/ env.bak/ venv.bak/ # IDE settings .vscode/ .idea/ *.swp *.swo # IPython profile_default/ ipython_config.py # mypy .mypy_cache/ .dmypy.json dmypy.json

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/piplabs/story-mcp-hub'

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