Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
NEAR MCP
by
nearai
Verified
npm
GitHub
Finance
Knowledge & Memory
Security
TypeScript
MIT License
176
8
Linux
Apple
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
near-mcp
assets
bin
.changeset
.devcontainer
.docker
.github
scripts
src
bun.lock
CHANGELOG.md
CONTRIBUTING.md
.dockerignore
eslint.config.mjs
.gitignore
glama.json
LICENSE
package.json
prettier.config.cjs
.prettierignore
README.md
TOOLS.md
tsconfig.json
{ "compilerOptions": { /* Base Options: */ "esModuleInterop": true, "skipLibCheck": true, "target": "ES2022", "allowJs": true, "resolveJsonModule": true, "moduleDetection": "force", "isolatedModules": true, /* Strictness */ "strict": true, "noUncheckedIndexedAccess": true, "noUnusedLocals": true, "noUnusedParameters": true, "checkJs": true, /* Bundled projects */ "lib": ["esnext", "dom"], "outDir": "dist", "declaration": true, "declarationMap": true, "module": "ESNext", "moduleResolution": "Bundler", /* Path Aliases */ "baseUrl": ".", }, "include": [ "src/**/*.ts", "src/**/*.tsx", "src/**/*.cjs", "src/**/*.js", ], "exclude": [ "dist", "node_modules", "eslint.config.mjs", "prettier.config.cjs" ] }