feat: add MCP server configuration for coding agent dev tooling#70
Merged
feat: add MCP server configuration for coding agent dev tooling#70
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adds a .mcp.json configuration file to the repository root, enabling MCP (Model Context Protocol) server integrations for AI coding agents (such as Claude Code, referenced in the existing CLAUDE.md). The configured servers align with the project's technology stack: Next.js, Docker, and Figma design tokens.
Changes:
- Added
.mcp.jsonwith three MCP server definitions:next-devtools(Next.js dev tools),docker(Docker management), andfigma-remote-mcp(Figma design integration).
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
noxmwalsh
approved these changes
Mar 5, 2026
Contributor
noxmwalsh
left a comment
There was a problem hiding this comment.
I think since this is more of a development tooling update that only affects local development for certain AI coding agents, this is OK as it
necampanini
pushed a commit
that referenced
this pull request
Apr 14, 2026
* feat: add MCP server configuration for coding agent dev tooling * fix: pin MCP server package versions for supply chain safety
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.
This pull request introduces a new
.mcp.jsonconfiguration file to the project. The file defines settings for multiple MCP servers, specifying commands and arguments for local servers and a URL for a remote server.Configuration updates:
.mcp.jsonfile to configure MCP servers, includingnext-devtoolsanddocker(withnpxcommands and arguments), and a remotefigma-remote-mcpserver with its URL.