Persistent Terminal MCP Server
by masx200
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_DEBUG | No | Whether to enable debug logs | false |
| REST_HOST | No | REST server listening address | localhost |
| REST_PORT | No | REST server port | 3001 |
| WEB_UI_HOST | No | Web UI server listening address | localhost |
| WEB_UI_PORT | No | Web UI server port | 3000 |
| MAX_BUFFER_SIZE | No | Max number of buffer lines | 10000 |
| SESSION_TIMEOUT | No | Session timeout in milliseconds | 86400000 |
| AUTO_OPEN_BROWSER | No | Whether to automatically open the browser to access Web UI | false |
| COMPACT_ANIMATIONS | No | Whether to enable Spinner compression | true |
| ANIMATION_THROTTLE_MS | No | Animation throttle time in milliseconds | 100 |
| AUTO_START_REST_SERVER | No | Automatically start the REST server when MCP starts | false |
| AUTO_START_TERMINAL_UI | No | Automatically start the Web UI when REST starts | true |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
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