Steps to run the mcp server for monlam
- fork this repo
- install dependencies
- go to settings of windsurf or any any ide of choice

- click on add custom server and write this below
{
"mcpServers": {
"MonlamTranslation": {
"command": "node",
"args": [
"your file path (get it by typing pwd) then followed by /index.js"
]
}
}
}