MCP Server
Active
1
0
Files
Organizations_register/processgit.mcp.yaml
2026-02-06 17:01:50 +00:00

22 lines
828 B
YAML
MCP Server

# ProcessGit MCP Configuration for VARAM Organizations_register
# Place this file in your repository root to enable MCP
version: 1
server:
name: "VARAM Organizations Register"
description: "MCP server for querying organization registry data"
instructions: "Query organizations, contacts, departments, and relationships from the VARAM registry. Use 'search' to find specific organizations, 'list_entities' to browse all records, or 'get_entity' to retrieve details by ID."
sources:
# Main organization registry XML file
- path: "vdvc-register.xml"
type: "xml"
description: "VARAM organization registry database"
# If you have additional XML files, add them here:
# - path: "data/contacts.xml"
# type: "xml"
# schema: "schemas/contacts.xsd" # optional
# description: "Contact information"