davidknaack/McpDemo
If you are the rightful owner of McpDemo and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
The Model Context Protocol (MCP) server is a TypeScript-based server that interfaces with a configuration management system, enabling AI agents and MCP-capable IDEs to access and manipulate configuration data.
Tools
Functions exposed to the LLM to take actions
config.listEnvironments
Enumerate environments with read-only flag.
config.setEnvironmentMode
Toggle read-only/read-write mode.
config.listProjects
List available projects.
config.getSettings
Retrieve settings for an environment/project.
config.updateSettings
Batch update with comment requirement.
config.getHistory
View change history (optionally scoped to a setting).
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client