Skip to main content
Glama
.cursorignore2.79 kB
# ============================================================================== # Cursor Ignore Configuration for Oura MCP Server # ============================================================================== # Files and directories listed here are excluded from: # - Codebase indexing # - AI features (Tab, Agent, Inline Edit) # - @ symbol references # ============================================================================== # ------------------------------------------------------------------------------ # Sensitive Files - Security # ------------------------------------------------------------------------------ # Oura API tokens and credentials .env .env.local .env.*.local .oura_tokens.json # API keys and secrets **/credentials.json **/secrets.json **/*.key **/*.pem **/id_rsa # ------------------------------------------------------------------------------ # Python Build Artifacts # ------------------------------------------------------------------------------ # Compiled Python files __pycache__/ *.py[cod] *$py.class *.so # Distribution / packaging build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ *.egg-info/ .installed.cfg *.egg MANIFEST # PyInstaller *.manifest *.spec # ------------------------------------------------------------------------------ # Virtual Environments # ------------------------------------------------------------------------------ .venv/ venv/ ENV/ env/ .Python # ------------------------------------------------------------------------------ # Testing & Coverage # ------------------------------------------------------------------------------ .pytest_cache/ .coverage .coverage.* htmlcov/ .tox/ .nox/ .hypothesis/ pytest_debug.log # ------------------------------------------------------------------------------ # IDE & Editor Files # ------------------------------------------------------------------------------ .vscode/ .idea/ *.swp *.swo *~ .DS_Store # ------------------------------------------------------------------------------ # Dependency Lock Files (large and auto-generated) # ------------------------------------------------------------------------------ uv.lock poetry.lock Pipfile.lock # ------------------------------------------------------------------------------ # Git # ------------------------------------------------------------------------------ .git/ # ------------------------------------------------------------------------------ # Logs # ------------------------------------------------------------------------------ *.log logs/ # ============================================================================== # Keep These Accessible (overrides globalignore) # ============================================================================== !.env.example

Latest Blog Posts

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/pokidyshev/oura-mcp'

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