MCP server + toolkit for the geometry of meaning — semantic drift, trajectory dynamics, and axis-alignment analysis over text embeddings (NV-Embed-v2 / GGUF backends).
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"semantic-kinematics-": {
"command": "uvx",
"args": [
"semantic-kinematics-mcp"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add semantic-kinematics- uvx semantic-kinematics-mcp
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"semantic-kinematics-": {
"command": "uvx",
"args": [
"semantic-kinematics-mcp"
]
}
}
}
📋 Copy
Or install with pip: pip install semantic-kinematics-mcp