Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Remote-MCP Server
Claim
by
ssut
GitHub
Communication
Developer Tools
Cloud Platforms
TypeScript
MIT License
57
Reddit
Discord
Overview
Inspect
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
.changeset
examples
.github
packages
.vscode
.zed
biome.json
.gitignore
LICENSE
.npmignore
package.json
pnpm-lock.yaml
pnpm-workspace.yaml
README.md
tsconfig.base.json
turbo.json
{ "$schema": "https://turbo.build/schema.json", "globalDependencies": ["**/.env"], "tasks": { "build": { "dependsOn": ["@remote-mcp/server#build"], "outputs": ["dist/**"] }, "dev": { "cache": false, "persistent": true }, "@remote-mcp/server#build": { "outputs": ["dist/**"] }, "test": { "dependsOn": ["build"] } } }