Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Multichain MCP Server
Claim
Official
by
oraichain
GitHub
Finance
Developer Tools
TypeScript
GPL 3.0
Linux
Apple
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
orai-mcp
.cursor
packages
.vscode
CODE_OF_CONDUCT.md
CONTRIBUTING.md
.gitignore
LICENSE
.npmrc
package.json
pnpm-lock.yaml
pnpm-workspace.yaml
README.md
turbo.json
{ "$schema": "https://turbo.build/schema.json", "ui": "tui", "tasks": { "build": { "dependsOn": ["^build"], "inputs": ["$TURBO_DEFAULT$", ".env*"], "outputs": [".next/**", "!.next/cache/**"] }, "lint": { "dependsOn": ["^lint"] }, "check-types": { "dependsOn": ["^check-types"] }, "dev": { "cache": false, "persistent": true } } }