- Home
- MCP servers
- MCP Instruction Injection
MCP Instruction Injection
- typescript
0
GitHub Stars
typescript
Language
6 months ago
First Indexed
3 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
Installation
Add the following to your MCP client configuration file.
Configuration
View docs{
"mcpServers": {
"sabatajoxicraft-mcp-instruction-injection": {
"command": "node",
"args": [
"/path/to/mcp-instruction-injection/dist/index.js",
"start"
]
}
}
}This MCP server automatically injects your development framework context into Claude conversations, so Claude follows your established patterns and workflows without you having to provide context each time. It can reference your Knowledge Graph to leverage stored development patterns and workflows, and it offers a simple CLI for setup and operation.
How to use
You use this MCP server with Claude Desktop to automatically inject development framework context into conversations when you start working on new projects or tasks. The server watches for development-related interactions and injects your framework context, ensuring Claude aligns with your established workflows. It can also reference entries in your Knowledge Graph so Claude leverages your stored patterns and best practices.
How to install
Prerequisites: ensure you have Node.js installed on your system. You typically use npm to install dependencies, build, and run the server.
Step 1: Install dependencies and build the project.
npm install
Step 2: Build the project.
npm run build
Step 3: Set up default configuration and context files.
npm run setup
Step 4: Start the server.
npm run start
Optional: start with a specific config file.
npm run start -- -c path/to/config.json
Configuration and usage notes
You can customize how the server injects context, including whether to automatically inject on all messages and how to reference your Knowledge Graph. The server can be configured to tune the trigger keywords and to specify the exact Knowledge Graph references to include in injected context.
Available tools
Automatic Context Injection
Automatically injects development framework context into Claude conversations when you discuss new projects or tasks.
Keyword Detection
Allows customization of keywords that trigger context injection.
Solo Developer Framework
Includes a predefined Solo Developer Framework with workflows and best practices.
Knowledge Graph References
Adds references to your Knowledge Graph so Claude leverages stored patterns and workflows.
CLI Tools
Provides a simple command-line interface for setup, starting, and configuring the MCP server.