local-mcp-server
by iKennas
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOCAL_MCP_CONFIG | Yes | Path to the configuration JSON file |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| read_fileC | Read a text file from an allowed directory |
| list_dirB | List entries in a directory |
| write_fileC | Write text to a file (creates parent dirs) |
| system_infoA | Return basic host information |
| run_commandC | Run a whitelisted shell command (no pipes) |
| db_queryA | Run a read-only SQL query against a configured SQLite database |
| db_execC | Run a mutating SQL statement (INSERT/UPDATE/DELETE) |
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/iKennas/local-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server