Skip to main content
Glama

Persistent Terminal MCP Server

by masx200
MIT License
1
settings.json697 B
{ "sseServer": { "enabled": true, "endpoint": "/sse", "messageEndpoint": "/messages" }, "enableHttpServer": true, "wsServer": { "enabled": true, "pathPrefix": "/ws" }, "pathPrefix": "/mcp", "hotReload": true, "apiKey": "igh7aj9uu9fivoa0bhcdwk7skcu370bib7jpladfxi8nnujwdo", "port": 3000, "host": "0.0.0.0", "corsAllowOrigins": ["*"], "mcpServers": { "persistent-terminal": { "command": "node", "args": ["/root/persistent-terminal-mcp/dist/index.js"], "env": { "MAX_BUFFER_SIZE": "10000", "SESSION_TIMEOUT": "86400000", "COMPACT_ANIMATIONS": "true", "ANIMATION_THROTTLE_MS": "100" } } } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/masx200/persistent-terminal-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server