We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/sbroenne/mcp-server-excel'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# VS Code Extension - Exclude from VSIX package
# Note: When .vscodeignore exists, the "files" field in package.json is ignored.
# All files in the directory are included by default, then these patterns exclude.
# Source files (compiled output is in out/)
src/**
**/*.ts
# Test files - should not ship to users
out/tests/**
# Source maps - not needed in production
**/*.js.map
# Development configuration and tooling
.vscode/**
.github/**
tsconfig.json
eslint.config.mjs
node_modules/**
*.vsix
.gitignore
package-lock.json
# Development documentation (not needed by users)
DEVELOPMENT.md
MARKETPLACE-PUBLISHING.md
PUBLISHER-GUIDE.md
# SVG icon (PNG is used for marketplace)
icon.svg