Skip to main content
Glama

Vitest MCP Server

.npmignoreโ€ข861 B
# Source files (keep only dist/) src/ *.ts !dist/**/*.d.ts # Test files anywhere **/*.test.ts **/*.spec.ts **/__tests__/ # Development files .gitignore .eslintrc.* eslint.config.js vitest.config.ts tsconfig.json # All config files (internal use only) .vitest-mcp.json .vitest-mcp.config.json .vitest-mcp.dev.json vitest-mcp.config.json *.config.json # Documentation PRD.md interface-design-summary.md CLAUDE.md # Test/demo components and services (not needed for MCP server) dist/components/ dist/services/ dist/math.* # Scripts scripts/ # Claude files .claude/ claude-mcp-config.json # Build artifacts *.tgz coverage/ .nyc_output/ # Development dependencies node_modules/ .npm/ # Editor files .vscode/ .idea/ *.swp *.swo *~ # OS files .DS_Store Thumbs.db # Git and GitHub .git/ .github/ # Other *.log npm-debug.log* yarn-debug.log* yarn-error.log*

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/djankies/vitest-mcp'

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