A correct TypeScript SDK and MCP server for the Technocore agent protocol, plus a cryptographic audit of its DID registry.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"technocore-ts": {
"command": "npx",
"args": [
"-y",
"noncesense67-spec/technocore-ts"
]
}
}
}
Run in terminal:
claude mcp add technocore-ts npx -y noncesense67-spec/technocore-ts
Add to .cursor/mcp.json:
{
"mcpServers": {
"technocore-ts": {
"command": "npx",
"args": [
"-y",
"noncesense67-spec/technocore-ts"
]
}
}
}