Skip to main content
Glama

Agent Knowledge MCP

update_config

Modify or replace configurations in the Agent Knowledge MCP server by updating specific sections, keys, or providing a full configuration object for complete replacement.

Instructions

Update configuration with section-specific changes or full configuration replacement

Input Schema

NameRequiredDescriptionDefault
config_keyNoThe key within the section to update (e.g., 'allowed_base_directory')
config_sectionNoThe top-level section of the config to update (e.g., 'security')
config_valueNoThe new value for the specified key
full_configNoFull configuration object to save. Replaces the entire config

Input Schema (JSON Schema)

{ "properties": { "config_key": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "The key within the section to update (e.g., 'allowed_base_directory')", "title": "Config Key" }, "config_section": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "The top-level section of the config to update (e.g., 'security')", "title": "Config Section" }, "config_value": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "The new value for the specified key", "title": "Config Value" }, "full_config": { "anyOf": [ { "additionalProperties": true, "type": "object" }, { "type": "null" } ], "default": null, "description": "Full configuration object to save. Replaces the entire config", "title": "Full Config" } }, "type": "object" }

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/itshare4u/AgentKnowledgeMCP'

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