Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
MCP Utility Server
by
Nekzus
Verified
npm
GitHub
Developer Tools
JavaScript
MIT License
2,969
Apple
Linux
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
mcp-server
.github
biome.json
Dockerfile
.gitignore
index.ts
jest.config.js
LICENSE
.npmignore
.npmrc
package.json
package-lock.json
README.md
tsconfig.json
{ "$schema": "https://biomejs.dev/schemas/1.9.4/schema.json", "vcs": { "enabled": true, "clientKind": "git", "useIgnoreFile": true }, "files": { "ignoreUnknown": false, "ignore": [] }, "formatter": { "enabled": true, "formatWithErrors": false, "ignore": [], "indentStyle": "tab", "lineEnding": "lf", "lineWidth": 100 }, "organizeImports": { "enabled": true }, "linter": { "enabled": true, "rules": { "recommended": true, "style": { "noNonNullAssertion": "off" }, "suspicious": { "noExplicitAny": "off" } } }, "javascript": { "formatter": { "quoteStyle": "single" } }, "json": { "formatter": { "indentStyle": "space" } } }