We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jfarcand/pierre_mcp_server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# ABOUTME: Git ignore rules for Astro website
# ABOUTME: Excludes build artifacts, dependencies, and generated content
# Build output
dist/
# Dependencies
node_modules/
# Astro
.astro/
# Generated content (copied from docs/)
src/content/docs/*.md
src/content/docs/installation-guides/
src/content/docs/architecture/
# Environment
.env
.env.*
!.env.example
# Editor
.vscode/
.idea/
# OS
.DS_Store
Thumbs.db