mcp-common-server
by tamilts124
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | HTTP port the server listens on | 3000 |
| MCP_ROOTS | No | Comma-separated list of roots (highly recommended for multi-project workspaces) | |
| MCP_IGNORE | No | Comma-separated patterns excluded from listings and search operations | node_modules,.git,__pycache__,.nyc_output,dist,build |
| MCP_ROOT_DIR | No | Single root directory path (legacy fallback) | |
| MCP_READ_ONLY | No | true hides and disables all modifying (write/create/delete) and shell execution tools | false |
| MCP_ALLOW_EXEC | No | true activates run_command, execute_pipeline, and background process tracking | false |
| MCP_AUTH_TOKEN | No | Header requirement: Authorization: Bearer <token>. Unset = public | |
| MCP_CMD_TIMEOUT | No | Maximum timeout in seconds allowed for any single synchronous subshell command | 60 |
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/tamilts124/mcp-common-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server