SharePoint Search MCP
by FredericWall
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DATABASE_URL | No | PostgreSQL URL outside a service binding. | |
| MCP_BASE_URL | No | Public HTTPS server base URL without a trailing slash. | |
| INDEX_BACKEND | No | Backend type: auto, postgres, or sqlite. | auto |
| INDEX_DB_PATH | No | SQLite path when using the local fallback. | |
| OIDC_AUDIENCE | No | Optional token audience override. | |
| OIDC_CLIENT_ID | No | OIDC client identifier. | |
| DATABASE_SCHEMA | No | Server-side schema; default sharepoint_mcp. | sharepoint_mcp |
| EMBEDDING_MODEL | No | Hugging Face model name or local model directory. | all-MiniLM-L6-v2 |
| OIDC_CONFIG_URL | No | HTTPS OIDC discovery URL. | |
| MCP_AUTH_DISABLED | No | Local development only; disables authentication. | |
| OIDC_CLIENT_SECRET | No | OIDC secret; never commit it. | |
| MCP_USAGE_HASH_SALT | No | Long random secret used to pseudonymize subjects. | |
| MCP_ALLOW_INSECURE_CF | No | Override to allow MCP_AUTH_DISABLED on Cloud Foundry. Do not use for internet-accessible deployments. | |
| MCP_USAGE_RETENTION_DAYS | No | Optional aggregate usage retention period. | |
| SHAREPOINT_LIBRARY_VIEW_URL | No | Optional AllItems.aspx URL used for folder links. | |
| MCP_USAGE_MONITORING_DISABLED | No | Set to 1 to disable database monitoring. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessNo issues