MCP Server Information

Model Context Protocol server for AI agent integration

← Home

Server Details

Name
agent-config-adapter
Version
1.0.0
Transport
streamable-http
Endpoint
/mcp

Tools (Read-Only Operations)

get_config - Get a single configuration by ID

Resources (Context Data)

config://list - List all configurations from database

Client Connection

Add this to your MCP client configuration:

{
  "mcpServers": {
    "agent-config-adapter": {
      "type": "http",
      "url": "https://agent-config.prashamhtrivedi.app/mcp"
    }
  }
}

Important Notes

Resources
Pure reads - never trigger conversions or processing
Tools
Perform operations with side effects - use for conversions and updates
Prompts Coming Soon
Guided workflows for complex multi-step operations