We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Quinncuatro/jane-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Dependency directories
node_modules/
jspm_packages/
# Build outputs
dist/
build/
out/
.next/
.nuxt/
.cache/
# TypeScript cache
*.tsbuildinfo
.tscache/
# Coverage directories
coverage/
.nyc_output/
# Log files
logs/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
.env.*.local
.env.*.secret
# Editor directories and files
.idea/
.vscode/
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
.project
.classpath
.settings/
# OS specific files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Test fixtures and temporary files
Jane-test/
*.tmp
*.temp
# Debug files
npm-debug.log
yarn-error.log
# Optional npm cache directory
.npm
# Optional eslint cache
.eslintcache
# Optional REPL history
.node_repl_history
# Output of 'npm pack'
*.tgz
# Yarn Integrity file
.yarn-integrity
# Local config files
*.local.json
*.local.js
*.local.ts
# Keep Jane directory structure but not its content (except for examples)
Jane/stdlib/**/*
Jane/specs/**/*
!Jane/stdlib/javascript/array-methods.md
!Jane/stdlib/typescript/interfaces.md
!Jane/stdlib/python/list-methods.md
!Jane/specs/project1/api.md
!Jane/specs/project2/architecture.md
# Exclude SQLite database index files
document-index.db*
# dotenv environment variable files
.env
.env.development.local
.env.test.local
.env.production.local
.env.local
# Serena Cache
.serena/cache/*