Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
MCP Security Audit Server
by
qianniuspace
Verified
npm
GitHub
Security
Developer Tools
Databases
TypeScript
MIT License
17
7
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
mcp-security-audit
.github
images
public
src
CHANGELOG.md
CODE_OF_CONDUCT.md
Dockerfile
.gitignore
LICENSE
.nvmrc
package.json
package-lock.json
Pitfalls.md
README.md
smithery.yaml
tsconfig.json
{ "compilerOptions": { "target": "ES2022", "module": "Node16", "moduleResolution": "Node16", "outDir": "./build", "rootDir": "./src", "strict": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true }, "include": ["src/**/*"], "exclude": ["node_modules"] }