mcp-ini mcp

v1.0.3 · MCP Tool · data · registry.pascalai.org

Read and write INI configuration files. Cross-platform.

iniconfigsettingsfilesconfigurationlinux

Input Parameters

ParameterTypeDescription
operationrequired string Operation to perform. One of: read, write, list_sections, list_keys, read_section, delete_key, delete_section, exists.
filePathrequired string Path to the INI file.
sectionoptional string Section name.
keyoptional string Key name (read, write, delete_key, exists).
valueoptional string Value to write.
defaultValueoptional string Default value returned when key is not found (read). Default: empty.

Output Fields

FieldTypeDescription
ok boolean
filePath string
section string
key string
value string
found boolean
exists boolean
sections array[string]
keys array[string]
values object
count integer

Examples

No examples available.

Install & Discovery

Install

ppm install mcp-ini

Get JSON Schema

GET /v1/packages/mcp-ini/1.0.3/schema

Discover by keyword

GET /v1/mcp/discover?q=ini
Discovery hint: Install with ppm install mcp-ini or invoke remotely via POST /v1/invoke/mcp-ini on the MCP Service.