Context
MCP servers
Bring tools, APIs, and your own data into chat and Composer via the Model Context Protocol.
What MCP is
MCP is a standard for exposing tools and resources to an LLM. Any MCP-compatible server can plug into Goatfied and become a tool the model can call mid-conversation.
Add a server
Settings → Tools & MCPs → Add. Provide the command or HTTP URL. Goatfied discovers the server's tools and resources automatically.
{
"mcpServers": {
"linear": {
"command": "npx",
"args": ["-y", "@linear/mcp-server"],
"env": { "LINEAR_API_KEY": "lin_xxx" }
}
}
}Permissions
Each tool call shows up in chat with an Approve / Deny button on first use. You can pre-approve specific tools per project.