Config example
{
"mcpServers": {
"linear": {
"command": "npx",
"args": ["-y", "@linear/mcp"],
"env": { "LINEAR_API_KEY": "lin_api_..." }
},
"github": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-github"],
"env": { "GITHUB_TOKEN": "ghp_..." }
}
}
}Common uses
- Linear: agent creates / updates / queries issues
- Notion: agent writes meeting notes back to Notion
- GitHub: agent reads PRs, runs CI checks, comments
- Internal: wrap a company API as a stdio MCP server