[[presets]]
id = "notion"
name = "Notion"
description = "Pages, databases, and comments from your Notion workspace."
icon = "doc.text.fill"
category = "productivity"
transport = "http"
url = "https://mcp.notion.com/mcp"
auth_kind = "oauth"
[presets.identity]
resolution = "user"
confidence = "documented"
source_url = "https://developers.notion.com/reference/create-a-token"
display_template = "{name} <{email}> — {workspace}"
[[presets.identity.sources]]
kind = "token_response"
[presets.identity.sources.fields]
name = "owner.user.name"
email = "owner.user.person.email"
workspace = "workspace_name"
[[presets.identity.sources]]
kind = "tool"
tool = "notion-get-self"
[presets.identity.sources.fields]
name = "name"
email = "person.email"
[[presets]]
id = "linear"
name = "Linear"
description = "Issues, projects, and cycles from your Linear workspace."
icon = "list.bullet.rectangle.fill"
category = "productivity"
transport = "http"
url = "https://mcp.linear.app/mcp"
auth_kind = "oauth"
oauth_scopes = "read write"
[presets.identity]
resolution = "user"
confidence = "observed"
source_url = "https://linear.app/docs/mcp"
display_template = "{name} <{email}>"
[[presets.identity.sources]]
kind = "tool"
tool = "viewer"
[presets.identity.sources.fields]
name = "name"
email = "email"
[[presets]]
id = "github"
name = "GitHub"
description = "Repositories, issues, and pull requests via the GitHub MCP server."
icon = "chevron.left.forwardslash.chevron.right"
category = "development"
transport = "stdio"
command = "npx"
args = ["-y", "@modelcontextprotocol/server-github"]
auth_kind = "api_token"
[[presets.placeholders]]
key = "GITHUB_PERSONAL_ACCESS_TOKEN"
label = "GitHub personal access token"
target = "env"
required = true
[presets.identity]
resolution = "user"
confidence = "observed"
source_url = "https://github.com/github/github-mcp-server"
display_template = "{login} <{email}>"
[[presets.identity.sources]]
kind = "tool"
tool = "get_me"
[presets.identity.sources.fields]
login = "login"
name = "name"
email = "email"
[[presets]]
id = "sentry"
name = "Sentry"
description = "Issues, releases, and error context from Sentry."
icon = "exclamationmark.triangle.fill"
category = "development"
transport = "http"
url = "https://mcp.sentry.dev/mcp"
auth_kind = "oauth"
[presets.identity]
resolution = "user"
confidence = "observed"
source_url = "https://github.com/getsentry/sentry-mcp"
display_template = "{name} <{email}>"
[[presets.identity.sources]]
kind = "tool"
tool = "whoami"
[presets.identity.sources.fields]
name = "name"
email = "email"
[[presets]]
id = "figma"
name = "Figma"
description = "Design files, variables, assets, and design-context tools from Figma."
icon = "paintpalette.fill"
category = "design"
transport = "http"
url = "https://mcp.figma.com/mcp"
auth_kind = "oauth"
[presets.identity]
resolution = "user"
confidence = "documented"
source_url = "https://developers.figma.com/docs/figma-mcp-server/tools-and-prompts/"
display_template = "{email}"
[[presets.identity.sources]]
kind = "tool"
tool = "whoami"
[presets.identity.sources.fields]
email = "email"
name = "name"
[[presets]]
id = "atlassian"
name = "Atlassian"
description = "Jira, Confluence, Compass, and Bitbucket context via Rovo MCP."
icon = "bolt.horizontal.circle.fill"
category = "productivity"
transport = "http"
url = "https://mcp.atlassian.com/v1/mcp/authv2"
auth_kind = "oauth"
[presets.identity]
resolution = "user"
confidence = "observed"
source_url = "https://support.atlassian.com/atlassian-rovo-mcp-server/docs/setting-up-ides/"
display_template = "{name} <{email}> ({account_id})"
[[presets.identity.sources]]
kind = "tool"
tool = "atlassianUserInfo"
[presets.identity.sources.fields]
name = "name"
email = "email"
account_id = "accountId"
[[presets]]
id = "stripe"
name = "Stripe"
description = "Customers, payments, billing, and account data from Stripe."
icon = "creditcard.fill"
category = "finance"
transport = "http"
url = "https://mcp.stripe.com"
auth_kind = "oauth"
[presets.identity]
resolution = "account"
confidence = "account_only"
source_url = "https://docs.stripe.com/mcp"
display_template = "{business_name} <{email}> ({account_id})"
[[presets.identity.sources]]
kind = "tool"
tool = "get_stripe_account_info"
[presets.identity.sources.fields]
account_id = "id"
business_name = "business_profile.name"
email = "email"
[[presets]]
id = "cloudflare"
name = "Cloudflare"
description = "Cloudflare API access across accounts, zones, Workers, R2, DNS, and Zero Trust."
icon = "cloud.fill"
category = "cloud"
transport = "http"
url = "https://mcp.cloudflare.com/mcp"
auth_kind = "oauth"
[presets.identity]
resolution = "account"
confidence = "account_only"
source_url = "https://developers.cloudflare.com/agents/model-context-protocol/cloudflare/servers-for-cloudflare/"
display_template = "{name} ({account_id})"
[[presets.identity.sources]]
kind = "tool"
tool = "accounts_list"
[presets.identity.sources.fields]
name = "result.0.name"
account_id = "result.0.id"
[[presets]]
id = "filesystem"
name = "Filesystem"
description = "Read and write files under one or more allowed local directories."
icon = "folder.fill"
category = "local"
transport = "stdio"
command = "npx"
args = ["-y", "@modelcontextprotocol/server-filesystem"]
auth_kind = "none"
[[presets.placeholders]]
key = "allowed_root"
label = "Allowed directory"
target = "arg"
required = true