Back to stacks
Product Manager
by Jonathan S
Track issues in Linear and Jira, document in Notion, and stay in sync with your team on Slack.
Servers in this stack
project-management
Linear
Manage Linear issues, projects, and teams.
mcp-linearproject-management
Atlassian
Manage Jira issues and Confluence pages.
mcp-atlassianproductivity
Notion
Read and write Notion pages, databases, and blocks.
@modelcontextprotocol/server-notioncommunication
Slack
Send and read messages in Slack workspaces.
@modelcontextprotocol/server-slackdeveloper-tools
GitHub
Interact with GitHub repositories, issues, and pull requests.
@modelcontextprotocol/server-githubCopy config
// .vscode/mcp.json{ "servers": { "linear": { "command": "npx", "args": [ "-y", "mcp-linear" ], "type": "stdio" }, "atlassian": { "command": "npx", "args": [ "-y", "mcp-atlassian" ], "type": "stdio" }, "notion": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-notion" ], "type": "stdio" }, "slack": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-slack" ], "type": "stdio" }, "github": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-github" ], "type": "stdio" } }}