8000 GitHub - gmh5225/hex2dec-mcp: A simple MCP server that provides conversion between hexadecimal and decimal numbers. Mainly solving the problem of LLM hallucinations.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

A simple MCP server that provides conversion between hexadecimal and decimal numbers. Mainly solving the problem of LLM hallucinations.

License

Notifications You must be signed in to change notification settings

gmh5225/hex2dec-mcp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hex2Dec MCP Server

A simple MCP server that provides conversion between hexadecimal and decimal numbers. Mainly solving the problem of LLM hallucinations.

Features

  • hex_to_dec: Convert hexadecimal string to decimal number
  • dec_to_hex: Convert decimal number to hexadecimal string

Build

npm install && npm run build 

Configuration

Add the following configuration:

{
  "mcpServers": {
    "hex2dec": {
      "command": "node",
      "args": [
        "/path/hex2dec-mcp/build/index.js"
      ]
    }
  }
}

References

For more information about MCP servers, refer to the Model Context Protocol documentation.

About

A simple MCP server that provides conversion between hexadecimal and decimal numbers. Mainly solving the problem of LLM hallucinations.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0