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-linear
project-management
Atlassian

Manage Jira issues and Confluence pages.

mcp-atlassian
productivity
Notion

Read and write Notion pages, databases, and blocks.

@modelcontextprotocol/server-notion
communication
Slack

Send and read messages in Slack workspaces.

@modelcontextprotocol/server-slack
developer-tools
GitHub

Interact with GitHub repositories, issues, and pull requests.

@modelcontextprotocol/server-github

Copy 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"
}
}
}