← enterprisecontextmanagement.com
INDIVIDUAL MCP TOOL
search_articles
Search published articles by keyword across title, excerpt, and content.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.enterprisecontextmanagement-com]
url = "https://enterprisecontextmanagement.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"enterprisecontextmanagement-com": {
"type": "http",
"url": "https://enterprisecontextmanagement.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: enterprisecontextmanagement-com
Remote MCP URL: https://enterprisecontextmanagement.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"enterprisecontextmanagement-com": {
"url": "https://enterprisecontextmanagement.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"enterprisecontextmanagement-com": {
"type": "http",
"url": "https://enterprisecontextmanagement.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "enterprisecontextmanagement-com",
"transport": "streamable-http",
"url": "https://enterprisecontextmanagement.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_categories— List all active content categories on the site.list_articles— List published articles, optionally filtered by category slug.get_article— Get the full content of a published article by its slug.list_dictionary_terms— List published dictionary terms, optionally filtered by starting letter or category.get_dictionary_term— Get the full definition and structured content of a dictionary term by its slug.search_dictionary— Search dictionary terms by keyword in title or definition.