MCP server for manipulating Learning Commons ontology aligned knowledge graphs and authoring teaching & learning materials.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"tlm-authoring-mcp": {
"command": "npx",
"args": [
"-y",
"IDinsight/tlm-authoring-mcp"
]
}
}
}
Run in terminal:
claude mcp add tlm-authoring-mcp npx -y IDinsight/tlm-authoring-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"tlm-authoring-mcp": {
"command": "npx",
"args": [
"-y",
"IDinsight/tlm-authoring-mcp"
]
}
}
}