IBM Content Services MCP Server
by ahamedfo
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SCOPE | No | OAuth scope | |
| PASSWORD | No | Authentication password | |
| USERNAME | No | Authentication username | |
| CLIENT_ID | No | OAuth client ID | |
| LOG_LEVEL | No | Logging level: DEBUG, INFO, WARNING, ERROR, CRITICAL (default INFO) | |
| TOKEN_URL | No | OAuth token URL | |
| GRANT_TYPE | No | OAuth grant type | |
| SERVER_URL | No | Content Services GraphQL API endpoint URL | |
| SSL_ENABLED | No | Whether SSL is enabled. Can be 'true', a path to a certificate file, or 'false'. | |
| OBJECT_STORE | No | Object store identifier | |
| POOL_MAXSIZE | No | Maximum pool size (default 100) | |
| CLIENT_SECRET | No | OAuth client secret | |
| TOKEN_REFRESH | No | Token refresh interval in seconds (default 1800) | |
| ZENIAM_IAM_URL | No | IAM url to get IAM token | |
| ZENIAM_ZEN_URL | No | Zen url to exchange IAM token to Zen token | |
| REQUEST_TIMEOUT | No | Request timeout in seconds (default 30.0) | |
| ZENIAM_IAM_USER | No | IAM user if grant type is password | |
| POOL_CONNECTIONS | No | Number of connection pool connections (default 100) | |
| RESOURCES_FOLDER | No | Folder path in the repository containing documents to expose as MCP resources | |
| ZENIAM_CLIENT_ID | No | IAM client id if grant type is client_credentials | |
| ZENIAM_IAM_SCOPE | No | IAM scope | |
| TOKEN_SSL_ENABLED | No | Whether SSL is enabled for token endpoint. Can be 'true', a path, or 'false'. | |
| ZENIAM_IAM_PASSWORD | No | IAM password if grant type is password | |
| ZENIAM_CLIENT_SECRET | No | IAM client secret if grant type is client_credentials | |
| ZENIAM_IAM_GRANT_TYPE | No | IAM grant type | |
| ZENIAM_IAM_SSL_ENABLED | No | Whether SSL is enabled for IAM route | |
| ZENIAM_ZEN_SSL_ENABLED | No | Whether SSL is enabled for Zen exchange route | |
| RESOURCES_PREFIX_VALIDATION | No | Controls prefix validation for resource documents: strict, warn, off (default warn) |
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 | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/ahamedfo/ibm-content-services-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server