Writer (AI Enterprise LLM) Connector for AI agents.
24 live capabilities
Connect your agent to enterprise models and Knowledge Graphs for RAG.
Waiting for input…
Why people use Writer (AI Enterprise LLM)
Writer for Enterprise RAG and Knowledge Graphs
This Connector changes that by letting your agent interact with Knowledge Graphs. You can structure your data, connect related points, and query your internal docs for precise answers. You get a reliable source of truth that actually knows your business.
What Vinkius changes
You get a bridge between your internal data and enterprise-grade AI models.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 6,000+ Connectors
- Real-world use case 01
RAG for internal HR policies
An HR manager asks the agent about a specific policy.
- Real-world use case 02
Automated content production
A content lead wants to generate 50 product descriptions.
- Real-world use case 03
Web-enhanced market research
A researcher needs the latest news on a topic.
Complete set · 24capabilities
The complete Writer (AI Enterprise LLM) capability set.
These are the exact actions your AI can choose when you ask it to work with Writer (AI Enterprise LLM).
01—04
4 capabilities in this set.
Part of 24 available through Writer (AI Enterprise LLM).
- 01 Capability
Download file
Get the binary content of a specific file. Use this when you need to pull raw data.
- 02 Capability
Analyze vision
Use a prompt to analyze images or documents. This lets your agent see and describe visual data.
- 03 Capability
Ask question
Query one or more Knowledge Graphs for an answer. This is the primary way to perform RAG.
- 04 Capability
Chat completion
Generate a chat response using Writer's enterprise models. This is perfect for building conversational interfaces.
05—08
4 capabilities in this set.
Part of 24 available through Writer (AI Enterprise LLM).
- 05 Capability
Generate application content async
Start a long-running no-code application job. This returns a job ID for you to check later.
- 06 Capability
Generate application content
Run a no-code application job synchronously. Use this for quick results from your pre-built apps.
- 07 Capability
Get application job
Check the status and results of a specific application job. This is how you track async tasks.
- 08 Capability
Get application
See the configuration and inputs for a specific application. Use this to understand how an app is set up.
09—12
4 capabilities in this set.
Part of 24 available through Writer (AI Enterprise LLM).
- 09 Capability
Get file
Get the metadata for a specific file. This is useful for organizing your document library.
- 10 Capability
List application jobs
See a list of all jobs for a specific application. Use this to monitor high-volume task runs.
- 11 Capability
List applications
See all your deployed no-code agents or applications. This helps you keep track of your automated workflows.
- 12 Capability
List files
Get a paginated list of all your uploaded files. Use this to audit your current storage.
13—16
4 capabilities in this set.
Part of 24 available through Writer (AI Enterprise LLM).
- 13 Capability
List graphs
See all the Knowledge Graphs you've created. This helps you manage your RAG data sources.
- 14 Capability
List models
See which Writer models are currently available. This ensures you are using the latest enterprise tech.
- 15 Capability
Remove file from graph
Take a specific file out of a Knowledge Graph. Use this to update your RAG context without deleting the file.
- 16 Capability
Retry application job
Run a failed application job again. This helps you recover from temporary errors in your workflows.
17—20
4 capabilities in this set.
Part of 24 available through Writer (AI Enterprise LLM).
- 17 Capability
Text completion
Generate a text completion for a single prompt. Use this for straightforward, one-off text generation.
- 18 Capability
Translate text
Translate text between different supported languages. This is great for global content teams.
- 19 Capability
Upload file
Upload a file to use for Knowledge Graphs or vision tasks. This is the first step in building your RAG context.
- 20 Capability
Web search
Search the internet for a specific query. Use this to give your agent access to real-time information.
21—24
4 capabilities in this set.
Part of 24 available through Writer (AI Enterprise LLM).
- 21 Capability
Create graph
Build a new Knowledge Graph from scratch. Use this to organize your data for RAG.
- 22 Capability
Delete file
Permanently remove a file from your storage. This helps keep your graph context clean.
- 23 Capability
Parse pdf
Convert a PDF into text or markdown format. This is a legacy capability for extracting content from documents.
- 24 Capability
Add file to graph
Attach an uploaded file to a specific Knowledge Graph. This connects your documents to your RAG system.
Set up in minutes
One URL. Then ask Writer (AI Enterprise LLM) to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Writer (AI Enterprise LLM) from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_yrsful81rgtIcMZXt4yQE12SkSrbuSWmhu7UnyRz/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Writer (AI Enterprise LLM), and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Writer (AI Enterprise LLM) for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_yrsful81rgtIcMZXt4yQE12SkSrbuSWmhu7UnyRz/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Writer (AI Enterprise LLM) URL.
- Step 03
Save and start
Save the connection and enable Writer (AI Enterprise LLM) in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"writer-ai-enterprise-llm": {
"url": "https://edge.vinkius.com/vk_preview_yrsful81rgtIcMZXt4yQE12SkSrbuSWmhu7UnyRz/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Writer (AI Enterprise LLM)
Open Agent mode in chat and ask: "Using Writer (AI Enterprise LLM), help me...". 24 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"writer-ai-enterprise-llm": {
"url": "https://edge.vinkius.com/vk_preview_yrsful81rgtIcMZXt4yQE12SkSrbuSWmhu7UnyRz/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Writer (AI Enterprise LLM)
Ask Copilot: "Using Writer (AI Enterprise LLM), help me...". 24 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"writer-ai-enterprise-llm": {
"url": "https://edge.vinkius.com/vk_preview_yrsful81rgtIcMZXt4yQE12SkSrbuSWmhu7UnyRz/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Writer (AI Enterprise LLM)
Open Cascade and ask: "Using Writer (AI Enterprise LLM), help me...". 24 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"writer-ai-enterprise-llm": {
"url": "https://edge.vinkius.com/vk_preview_yrsful81rgtIcMZXt4yQE12SkSrbuSWmhu7UnyRz/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Writer (AI Enterprise LLM)
Ask Cline: "Using Writer (AI Enterprise LLM), help me...". 24 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add writer-ai-enterprise-llm --transport http "https://edge.vinkius.com/vk_preview_yrsful81rgtIcMZXt4yQE12SkSrbuSWmhu7UnyRz/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Writer (AI Enterprise LLM)
Ask Claude: "Using Writer (AI Enterprise LLM), show me...". 24 tools are ready
Where the request belongs
Work Writer can move forward.
This is for the enterprise developer who needs to build RAG apps without the headache of manual data plumbing, or the content lead who needs to maintain brand consistency across huge volumes of text.
Enterprise Developer
Builds RAG-powered apps using Knowledge Graphs and secure models on a Tuesday afternoon.
Content Strategist
Automates high-quality content generation across multiple channels to stay ahead of deadlines.
Data Engineer
Manages document pipelines and connects files to Knowledge Graphs to keep data flowing.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsVectorShift (AI Workflow & RAG Automation)
Automate AI workflows and RAG via VectorShift. manage pipelines, query knowledge bases, and deploy chatbots directly from any AI agent.
Tome (AI Storytelling)
Generate and manage AI-powered presentations via Tome. list workspaces, manage tomes, and add pages directly from any AI agent.
FlowiseAI
Build LLM orchestration flows visually with a drag-and-drop interface for creating AI chatbots, agents, and RAG pipelines.
Dify
Manage agentic workflows via Dify. send chat messages, track conversations, audit app parameters, and handle file uploads directly from any AI agent.
FastGPT
Manage FastGPT Knowledge Bases. automate dataset creation, document ingestion, and RAG search directly from any AI agent.
Cohere (AI Platform)
Power enterprise AI via Cohere. generate text, perform chat completions, reorder documents, and manage embeddings directly from any AI agent.
Bring your own AI
Change the model, client or framework. Keep Writer connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Writer.
The practical details behind the request, access and result.
How does the Writer MCP help with RAG?
It provides capabilities to create Knowledge Graphs and ask questions against them, making it easy to build Retrieval-Augmented Generation systems.
Can I use this Connector to manage my company's documents?
Yes, you can upload, list, and delete files to keep your model context and Knowledge Graphs organized.
Does the Writer MCP support web searching?
Yes, it includes a web_search capability so your agent can pull in real-time information from the internet.
Can I run long-running tasks with the Writer MCP?
You can use the async application capabilities to start a job, get a job ID, and check the status later.
Is this Connector good for multi-language content?
Yes, it includes a translation capability that lets your agent convert text between supported languages quickly.
How do I use the Writer MCP for image analysis?
You can use the vision capability to ask your agent questions about images or documents you've uploaded.
How do I see which Palmyra models are available in my account?
Use the list_models capability. It will return a list of all active models in your Writer account, such as palmyra-x5 or palmyra-med.
Can I use my own documents for AI responses?
Yes. First, use upload_file to add your documents, then create_graph and add_file_to_graph to build a Knowledge Graph for RAG-based querying.
Does this support conversational history?
Yes, the chat_completion capability accepts a messages array, allowing you to maintain full context for multi-turn dialogues with the model.
One connection away
Give your agent a direct line to Writer.
Connect Writer once. Keep it beside 6,000+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available