Conversation
Contributor
Author
|
Still WIP:
|
joshsny
reviewed
Feb 17, 2026
Contributor
joshsny
left a comment
There was a problem hiding this comment.
gave it a skim through and left some comments, this is looking really good 🙌
joshsny
approved these changes
Feb 26, 2026
Contributor
joshsny
left a comment
There was a problem hiding this comment.
looks great - awesome work on this! left some comments, approving not to block
| return obj.server.name | ||
| return "" | ||
|
|
||
| def get_needs_reauth(self, obj: MCPServerInstallation) -> bool: |
Contributor
There was a problem hiding this comment.
how do we handle invalid api keys?
Piccirello
approved these changes
Feb 26, 2026
Member
Piccirello
left a comment
There was a problem hiding this comment.
Nothing further from my end, your honor
Contributor
Visual regression: Storybook UI snapshots updatedChanges: 73 snapshots (73 modified, 0 added, 0 deleted) What this means:
Next steps:
|
Contributor
Visual regression: Storybook UI snapshots updatedChanges: 2 snapshots (2 modified, 0 added, 0 deleted) What this means:
Next steps:
|
Contributor
Visual regression: Storybook UI snapshots updatedChanges: 2 snapshots (2 modified, 0 added, 0 deleted) What this means:
Next steps:
|
govambam
pushed a commit
to code-review-studio/posthog
that referenced
this pull request
Feb 27, 2026
fercgomes
pushed a commit
that referenced
this pull request
Mar 1, 2026
tomasfarias
pushed a commit
that referenced
this pull request
Mar 6, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Problem
As a user, I want to install MCP servers into PostHog AI and Twig so that the agent can make use of data and actions from third-party services.
Changes
This PR adds an MCP store that lets users install and manage third-party MCP servers, with OAuth and API key auth, so PostHog's and Twig's AI agents can call external tools on their behalf.
Overview of the main concepts:
MCPServerInstallationrecord scoped to the user and team. Users can also add a custom server via URL using either an API key or OAuth.How did you test this code?
Publish to changelog?
Yes