Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
MCP Remote Server
Claim
by
sirmews
npm
GitHub
TypeScript
2,384
4
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
mcp-remote-server
.vscode
biome.json
bun.lockb
example.json
.gitignore
index.ts
Makefile
package.json
README.md
tsconfig.json
{ "name": "mcp-server", "module": "index.ts", "type": "module", "devDependencies": { "@biomejs/biome": "1.9.4", "@types/bun": "latest" }, "peerDependencies": { "typescript": "^5.0.0" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.1.1" } }