@node-in-layers/core-knowledge-mcp
v1.11.0
Published
A developer MCP server for working with systems using node-in-layers core.
Readme
Development Mcp Tool for Node in Layers Core
Whenever you build a system using node in layers core, you can use this MCP tool to teach the AI how to actually interact and work with your node in layers system.
How To Use
You can use this as a CLI MCP tool with any normal AI service. Here is an example used with Cursor.
{
"mcpServers": {
"node-in-layers-core": {
"command": "npx",
"args": ["-y", "@node-in-layers/core-knowledge-mcp"]
}
}
}Selecting a specific version.
If you want the development knowledge to match the version of Node In Layers Core you are using, you can put it in the npx command.
{
"mcpServers": {
"node-in-layers-core": {
"command": "npx",
"args": ["-y", "@node-in-layers/[email protected]"]
}
}
}