~/agent-config
Browse
MCP

Notion MCP

Connects your agent to Notion so it can read specs, update docs, and pull context from your workspace. Requires an internal integration token.

#mcp #notion #docs #knowledge

Snippet

{
  "mcpServers": {
    "notion": {
      "command": "npx",
      "args": ["-y", "@notionhq/notion-mcp-server"],
      "env": {
        "NOTION_TOKEN": "ntn_YOUR_TOKEN"
      }
    }
  }
}

Where it installs

Default config location for each supported agent.

Best for

GeneralDocs

Related resources

Skill

Documentation Writer

Generates and maintains READMEs, API docs, and inline comments that stay in sync with the code. Focuses on the why and on examples that actually run.

#docs #readme #writing

Cursor, Claude Code, Windsurf +3

MCP

Linear MCP

Lets your agent read and update Linear issues — pull a ticket's context before coding, or move it to done when the PR lands. Authenticates over OAuth.…

#mcp #linear #issues +1

Cursor, Claude Code, Windsurf +2

Details