Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"ibm-content-services-mcp-server": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
The IBM Content Services MCP Server provides a standardized interface that enables IBM FileNet Content Manager (FNCM) capabilities to be used by AI models. The server is available in four specialized configurations to support different workflows:
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in productivity / cloud
Persistent memory using a knowledge graph
Dynamic problem-solving through sequential thought chains
mini cli search engine for your docs, knowledge bases, meeting notes, whatever. Tracking current sota approaches while being all local
⚡ A Simple / Speedy / Secure Link Shortener with Analytics, 100% run on Cloudflare.
MCP Security Weekly
Get CVE alerts and security updates for Ibm Content Services Mcp Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
The IBM Content Services MCP Server provides a standardized interface that enables IBM FileNet Content Manager (FNCM) capabilities to be used by AI models. The server is available in four specialized configurations to support different workflows:
Each server can be deployed independently or in combination to support your specific use cases.
core-cs-mcp-server)Purpose: Comprehensive document and content management operations
Use Cases:
property-extraction-and-classification-cs-mcp-server)Purpose: Document analysis for property extraction and classification
Dependencies: Requires Core Server for document update operations (e.g., update_document_properties)
Use Cases:
legal-hold-cs-mcp-server)Purpose: Legal hold management
Use Cases:
ai-document-insight-cs-mcp-server)Purpose: Uses virtual table capabilities for Content Assistant vector search combined with property/metadata search, along with document summarization, comparison, and Q&A
Dependencies:
Use Cases:
The Core Server provides 26 tools organized into the following categories:
get_document_versions: Retrieves a document's version history, including major and minor version numbers and document IDs for each version.
get_document_text_extract: Extracts text content from a document by retrieving its text extract annotations. If multiple text extracts are found, they are concatenated. IMPORTANT: This functionality requires the Persistent Text Extract add-on to be installed in your object store. See the Prerequisites section for more details.
create_document: Creates a new document in the content repository with specified properties. Can upload files as the document's content if file paths are provided. Requires first calling determine_class and get_class_property_descriptions.
update_document_properties: Updates an existing document's properties without changing its class. Requires first calling get_class_property_descriptions to get valid properties for the document's current class.
update_document_class: Changes a document's class in the content repository. WARNING: Changing a document's class can result in loss of properties if the new class does not have the same properties as the old class. Requires first calling determine_class to get the new class_identifier.
**checkin_do