Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Swagger MCP Server
by
tuskermanshu
Verified
npm
GitHub
Developer Tools
Browser Automation
TypeScript
143
1
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
swagger-mcp-server
examples
src
demo.js
Dockerfile
.gitignore
package.json
pnpm-lock.yaml
README.md
road.md
run-tools.sh
smithery.yaml
start-server.js
swagger-mcp-config.json
tools-client.js
tsconfig.json
{ "compilerOptions": { "target": "ES2020", "module": "NodeNext", "moduleResolution": "NodeNext", "esModuleInterop": true, "sourceMap": true, "outDir": "./dist", "rootDir": "./src", "strict": true, "noImplicitAny": true, "resolveJsonModule": true, "declaration": true, "skipLibCheck": true }, "include": ["src/**/*"], "exclude": ["node_modules", "dist", "**/*.spec.ts"] }