Skip to content

princevora/contextual-task-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installing Dependencies

npm i

Claude EXAMPLE

Setting Page

Open Claude and turn ON Developer Mode. Open the File >> settings and open the edit config. Paste the below config and edit it as per required.

{
    "mcpServers": {
        "weather": {
            "command": "path\\to\\your\\app\\node.exe",
            "args": [
                "path\\to\\your\\app\\index.js"
            ]
        }
    }
}

Usage

  1. Open The Claude and check if everything is working
  2. Type the prompt in the way that the claude should understand that you are asking to use the MCP server or asking to use the related service.
  3. You should see the appropriate results according to your prompt.

About

A Simple MCP Server For LLM for managing Tasks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published