Knack Connector for AI agents.
10 live capabilities
Manage and query your no-code database records through natural language conversation.
Waiting for input…
Why people use Knack
Knack Database Management for Faster No-Code Operations
With this Connector, you just tell your agent to update those ten customers. It handles the searching and the editing in the background. You get your work done in one command instead of dozens of clicks.
What Vinkius changes
That you turn your Knack database into a conversational interface for instant data management.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Updating order statuses
An ops manager asks the agent to mark all "Pending" orders from yesterday as "Shipped" using update_record.
- Real-world use case 02
Onboarding new clients
A team lead asks the agent to create a new customer record in object_1 with five different attributes using create_record.
- Real-world use case 03
Data cleanup
A developer uses search_records to find all records with missing email addresses and then deletes them.
Complete set · 10capabilities
The complete Knack capability set.
These are the exact actions your AI can choose when you ask it to work with Knack.
01—04
4 capabilities in this set.
Part of 10 available through Knack.
- 01 Capability
List objects
See all objects in your application to find the correct object keys. Use this as the first step to understand your database structure.
- 02 Capability
Get object schema
Get metadata about an object to verify its name and structure. It helps you ensure you're working with the correct database table.
- 03 Capability
List records
Browse the actual data stored in a specific Knack object. This lets you see your records clearly without navigating the dashboard.
- 04 Capability
Get record
Retrieve a specific entry by its ID for auditing or viewing details. It's perfect for getting a deep dive into a single record's info.
05—07
3 capabilities in this set.
Part of 10 available through Knack.
- 05 Capability
Update record
Modify specific fields of an existing record without changing other data. This allows for precise, partial updates to your existing information.
- 06 Capability
Delete record
Permanently remove a record from a Knack object. Use this carefully as the action cannot be undone.
- 07 Capability
List object fields
View all fields and data types for a specific object to understand the schema. This is the best way to find the correct keys for your data.
08—10
3 capabilities in this set.
Part of 10 available through Knack.
- 08 Capability
Search records
Find specific entries using the Knack filter format for complex queries. You can filter by any field criteria to narrow down your results.
- 09 Capability
List account applications
View all applications in your account to find the correct IDs. This helps you verify your access and find the right app to manage.
- 10 Capability
Create record
Add a new entry to a Knack object using a JSON string of field data. You can use this to populate your database from a chat conversation.
Set up in minutes
One URL. Then ask Knack to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Knack 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_8zkaxFp7kroPXR5bPCZcLTjzvvjnB0tvy386FSph/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 Knack, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Knack for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_8zkaxFp7kroPXR5bPCZcLTjzvvjnB0tvy386FSph/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 Knack URL.
- Step 03
Save and start
Save the connection and enable Knack in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"knack": {
"url": "https://edge.vinkius.com/vk_preview_8zkaxFp7kroPXR5bPCZcLTjzvvjnB0tvy386FSph/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 Knack
Open Agent mode in chat and ask: "Using Knack, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"knack": {
"url": "https://edge.vinkius.com/vk_preview_8zkaxFp7kroPXR5bPCZcLTjzvvjnB0tvy386FSph/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 Knack
Ask Copilot: "Using Knack, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"knack": {
"url": "https://edge.vinkius.com/vk_preview_8zkaxFp7kroPXR5bPCZcLTjzvvjnB0tvy386FSph/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 Knack
Open Cascade and ask: "Using Knack, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"knack": {
"url": "https://edge.vinkius.com/vk_preview_8zkaxFp7kroPXR5bPCZcLTjzvvjnB0tvy386FSph/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 Knack
Ask Cline: "Using Knack, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add knack --transport http "https://edge.vinkius.com/vk_preview_8zkaxFp7kroPXR5bPCZcLTjzvvjnB0tvy386FSph/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 Knack
Ask Claude: "Using Knack, show me...". 10 tools are ready
Where the request belongs
Work Knack can move forward.
This is for the operations manager who's tired of clicking through dashboards at 2am to find one record, or the no-code dev who wants to test data structures without manual trial and error.
Operations Manager
They use this to quickly query and update business data without navigating complex dashboard menus.
No-Code Developer
They use this to verify data structures and test API interactions through natural language.
Data Analyst
They use this to extract specific datasets for rapid analysis and reporting without manual exports.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsBaserow
Manage no-code databases via Baserow. list tables, query rows, create records and manage schemas from any AI agent.
Feishu Bitable
Collaborative multi-dimensional table platform by Lark. manage bases, tables, and records via AI.
Ninox
Build custom business databases and apps with a visual platform that replaces spreadsheets with structured, relational data.
SeaTable
Build collaborative databases with spreadsheet simplicity and relational power for project management, CRM, and asset tracking.
Fibery
Connect your Fibery workspace to automate work management. query entities, create tasks, and manage comments directly from your AI agent.
Xata
Automate your serverless database workflows with Xata. manage organizations, projects, and branches directly from your AI agent.
Bring your own AI
Change the model, client or framework. Keep Knack 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 Knack.
The practical details behind the request, access and result.
Can the Knack MCP create new records for me?
Yes, you can tell your agent to create new entries in any of your Knack objects. It will handle the data entry for you based on the information you provide in the chat.
How do I find a specific record using the Knack MCP?
You can ask your agent to search for records using specific filters. For example, you can ask it to find all orders over a certain amount or customers in a specific city.
Will this Connector help me manage my Knack database faster?
Definitely. It removes the need to navigate the Knack dashboard for routine tasks. You can perform updates, searches, and audits through a simple conversation.
Can I see what fields are in my Knack objects?
Yes, your agent can list all fields for any specific object. This is helpful for understanding your data structure or finding the correct keys for updates.
Is it safe to use this Connector for my Knack data?
This Connector uses your Knack REST API keys to perform actions. It only does what you tell it to do, like updating or deleting records based on your specific instructions.
Does the Knack MCP support bulk updates?
You can manage multiple records by providing structured data to your agent. It can process these updates one by one or as a batch based on your request.
How do I start using the Knack MCP?
You just need to subscribe to the Connector on Vinkius and provide your Knack Application ID and REST API Key. Once connected, you can start managing your data from any compatible AI client.
How do I find the Object Key for a specific table?
Use the list_objects capability. It will return all data objects in your application along with their names and unique keys (e.g., object_1). Use these keys for all subsequent record operations.
Can I search records using multiple conditions?
Yes. Use the search_records capability and provide a JSON array of filter objects. For example: [{"field":"field_1", "operator":"is", "value":"active"}, {"field":"field_2", "operator":"contains", "value":"premium"}].
How do I know which fields to use when creating a record?
Use the list_object_fields capability with the target object_key. It will list all fields, their types, and their keys (e.g., field_1), which you must use as property names in your data JSON.
One connection away
Give your agent a direct line to Knack.
Connect Knack once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available